Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.h432 DebugMacrosSP m_debug_macros_sp; variable
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp186 if (m_debug_macros_sp.get() == nullptr) { in GetDebugMacros()
194 return m_debug_macros_sp.get(); in GetDebugMacros()
202 m_debug_macros_sp = debug_macros_sp; in SetDebugMacros()
H A DDebugMacros.cpp23 m_debug_macros_sp(debug_macros_sp) {} in DebugMacroEntry()