Home
last modified time | relevance | path

Searched refs:m_strip_underscore (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/include/lldb/Expression/
DIRExecutionUnit.h396 bool m_strip_underscore = true; ///< True for platforms where global symbols variable
/external/llvm-project/lldb/source/Expression/
DIRExecutionUnit.cpp292 m_strip_underscore = in GetRunnableInfo()
701 if (m_strip_underscore && name.AsCString()[0] == '_') in CollectCandidateCNames()