Home
last modified time | relevance | path

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

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