Home
last modified time | relevance | path

Searched refs:DWARFDeclContext (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDeclContext.h23 class DWARFDeclContext {
44 DWARFDeclContext() : m_entries(), m_language(lldb::eLanguageTypeUnknown) {} in DWARFDeclContext() function
50 bool operator==(const DWARFDeclContext &rhs) const;
51 bool operator!=(const DWARFDeclContext &rhs) const { return !(*this == rhs); }
DDWARFDeclContext.cpp11 const char *DWARFDeclContext::GetQualifiedName() const { in GetQualifiedName()
54 bool DWARFDeclContext::operator==(const DWARFDeclContext &rhs) const { in operator ==()
DDWARFDebugInfoEntry.h23 class DWARFDeclContext; variable
151 DWARFDeclContext GetDWARFDeclContext(DWARFUnit *cu) const;
166 static DWARFDeclContext
DDWARFIndex.h16 class DWARFDeclContext; variable
48 virtual void GetTypes(const DWARFDeclContext &context,
DSymbolFileDWARFDwo.h57 const DWARFDeclContext &die_decl_ctx) override;
DCMakeLists.txt27 DWARFDeclContext.cpp
DDWARFBaseDIE.h22 class DWARFDeclContext; variable
DManualDWARFIndex.h45 void GetTypes(const DWARFDeclContext &context,
DSymbolFileDWARF.h49 class DWARFDeclContext; variable
316 static DWARFDeclContext GetDWARFDeclContext(const DWARFDIE &die);
399 FindDefinitionTypeForDWARFDeclContext(const DWARFDeclContext &die_decl_ctx);
DAppleDWARFIndex.h51 void GetTypes(const DWARFDeclContext &context,
DSymbolFileDWARFDwo.cpp109 const DWARFDeclContext &die_decl_ctx) { in FindDefinitionTypeForDWARFDeclContext()
DDebugNamesDWARFIndex.h45 void GetTypes(const DWARFDeclContext &context,
DSymbolFileDWARFDebugMap.h23 class DWARFDeclContext; variable
268 FindDefinitionTypeForDWARFDeclContext(const DWARFDeclContext &die_decl_ctx);
DDWARFDebugInfoEntry.cpp708 DWARFDeclContext
711 DWARFDeclContext dwarf_decl_ctx; in GetDWARFDeclContextStatic()
728 DWARFDeclContext DWARFDebugInfoEntry::GetDWARFDeclContext(DWARFUnit *cu) const { in GetDWARFDeclContext()
DAppleDWARFIndex.cpp117 const DWARFDeclContext &context, in GetTypes()
DDebugNamesDWARFIndex.cpp208 const DWARFDeclContext &context, in GetTypes()
DManualDWARFIndex.cpp373 const DWARFDeclContext &context, in GetTypes()
DSymbolFileDWARF.cpp2815 const DWARFDeclContext &dwarf_decl_ctx) { in FindDefinitionTypeForDWARFDeclContext()
2906 DWARFDeclContext type_dwarf_decl_ctx = GetDWARFDeclContext(type_die); in FindDefinitionTypeForDWARFDeclContext()
3916 DWARFDeclContext SymbolFileDWARF::GetDWARFDeclContext(const DWARFDIE &die) { in GetDWARFDeclContext()
3919 DWARFDeclContext dwarf_decl_ctx = in GetDWARFDeclContext()
DDWARFASTParserClang.cpp786 DWARFDeclContext die_decl_ctx = SymbolFileDWARF::GetDWARFDeclContext(die); in ParseEnum()
1549 DWARFDeclContext die_decl_ctx = SymbolFileDWARF::GetDWARFDeclContext(die); in ParseStructureLikeDIE()
2287 DWARFDeclContext decl_ctx = SymbolFileDWARF::GetDWARFDeclContext(die); in ParseFunctionFromDWARF()
DSymbolFileDWARFDebugMap.cpp1092 const DWARFDeclContext &die_decl_ctx) { in FindDefinitionTypeForDWARFDeclContext()