Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DDebugMacros.h55 return m_debug_macros_sp.get(); in GetIndirectDebugMacros()
68 DebugMacrosSP m_debug_macros_sp; variable
DCompileUnit.h426 DebugMacrosSP m_debug_macros_sp; variable
/external/llvm-project/lldb/source/Symbol/
DCompileUnit.cpp180 if (m_debug_macros_sp.get() == nullptr) { in GetDebugMacros()
188 return m_debug_macros_sp.get(); in GetDebugMacros()
196 m_debug_macros_sp = debug_macros_sp; in SetDebugMacros()
DDebugMacros.cpp23 m_debug_macros_sp(debug_macros_sp) {} in DebugMacroEntry()