Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Expression/
DIRExecutionUnit.h390 bool m_strip_underscore = true; ///< True for platforms where global symbols variable
/openbsd/src/gnu/llvm/lldb/source/Expression/
DIRExecutionUnit.cpp309 m_strip_underscore = in GetRunnableInfo()
670 if (m_strip_underscore && name.AsCString()[0] == '_') in CollectCandidateCNames()