Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h420 DebugMacrosSP m_debug_macros_sp; variable
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompileUnit.cpp189 if (m_debug_macros_sp.get() == nullptr) { in GetDebugMacros()
197 return m_debug_macros_sp.get(); in GetDebugMacros()
205 m_debug_macros_sp = debug_macros_sp; in SetDebugMacros()
H A DDebugMacros.cpp23 m_debug_macros_sp(debug_macros_sp) {} in DebugMacroEntry()