Home
last modified time | relevance | path

Searched refs:m_debug_macros_sp (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DDebugMacros.h55 return m_debug_macros_sp.get(); in GetIndirectDebugMacros()
68 DebugMacrosSP m_debug_macros_sp; variable
H A DCompileUnit.h435 m_debug_macros_sp; ///< Debug macros that will get parsed on demand. variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompileUnit.cpp213 if (m_debug_macros_sp.get() == nullptr) { in GetDebugMacros()
223 return m_debug_macros_sp.get(); in GetDebugMacros()
231 m_debug_macros_sp = debug_macros_sp; in SetDebugMacros()
H A DDebugMacros.cpp24 m_debug_macros_sp(debug_macros_sp) {} in DebugMacroEntry()