Home
last modified time | relevance | path

Searched refs:debug_macros_sp (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugMacro.cpp63 DebugMacrosSP &debug_macros_sp) { in ReadMacroEntries() argument
78 debug_macros_sp->AddMacroEntry( in ReadMacroEntries()
81 debug_macros_sp->AddMacroEntry( in ReadMacroEntries()
93 debug_macros_sp->AddMacroEntry( in ReadMacroEntries()
96 debug_macros_sp->AddMacroEntry( in ReadMacroEntries()
102 debug_macros_sp->AddMacroEntry( in ReadMacroEntries()
107 debug_macros_sp->AddMacroEntry(DebugMacroEntry::CreateEndFileEntry()); in ReadMacroEntries()
114 debug_macros_sp->AddMacroEntry(DebugMacroEntry::CreateIndirectEntry( in ReadMacroEntries()
DDWARFDebugMacro.h58 lldb_private::DebugMacrosSP &debug_macros_sp);
DSymbolFileDWARF.cpp1081 lldb_private::DebugMacrosSP debug_macros_sp(new lldb_private::DebugMacros()); in ParseDebugMacros() local
1082 m_debug_macros_map[*offset] = debug_macros_sp; in ParseDebugMacros()
1088 offset, this, debug_macros_sp); in ParseDebugMacros()
1090 return debug_macros_sp; in ParseDebugMacros()
/external/llvm-project/lldb/source/Symbol/
DDebugMacros.cpp21 const DebugMacrosSP &debug_macros_sp) in DebugMacroEntry() argument
23 m_debug_macros_sp(debug_macros_sp) {} in DebugMacroEntry()
51 DebugMacroEntry::CreateIndirectEntry(const DebugMacrosSP &debug_macros_sp) { in CreateIndirectEntry() argument
52 return DebugMacroEntry(DebugMacroEntry::INDIRECT, debug_macros_sp); in CreateIndirectEntry()
DCompileUnit.cpp191 void CompileUnit::SetDebugMacros(const DebugMacrosSP &debug_macros_sp) { in SetDebugMacros() argument
192 if (debug_macros_sp.get() == nullptr) in SetDebugMacros()
196 m_debug_macros_sp = debug_macros_sp; in SetDebugMacros()
/external/llvm-project/lldb/include/lldb/Symbol/
DDebugMacros.h40 CreateIndirectEntry(const DebugMacrosSP &debug_macros_sp);
62 DebugMacroEntry(EntryType type, const DebugMacrosSP &debug_macros_sp);