Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.h23 class DWARFDeclContext {
44 DWARFDeclContext() : m_entries() {} in DWARFDeclContext() function
50 bool operator==(const DWARFDeclContext &rhs) const;
51 bool operator!=(const DWARFDeclContext &rhs) const { return !(*this == rhs); }
H A DDWARFDeclContext.cpp13 const char *DWARFDeclContext::GetQualifiedName() const { in GetQualifiedName()
56 bool DWARFDeclContext::operator==(const DWARFDeclContext &rhs) const { in operator ==()
H A DDWARFDebugInfoEntry.h23 class DWARFDeclContext; variable
150 DWARFDeclContext GetDWARFDeclContext(DWARFUnit *cu) const;
165 static DWARFDeclContext
H A DDWARFIndex.h18 class DWARFDeclContext; variable
51 virtual void GetTypes(const DWARFDeclContext &context,
H A DSymbolFileDWARFDwo.h57 const DWARFDeclContext &die_decl_ctx) override;
H A DCMakeLists.txt28 DWARFDeclContext.cpp
H A DDWARFBaseDIE.h22 class DWARFDeclContext; variable
H A DSymbolFileDWARFDwo.cpp108 const DWARFDeclContext &die_decl_ctx) { in FindDefinitionTypeForDWARFDeclContext()
H A DAppleDWARFIndex.h51 void GetTypes(const DWARFDeclContext &context,
H A DSymbolFileDWARF.h51 class DWARFDeclContext; variable
315 static DWARFDeclContext GetDWARFDeclContext(const DWARFDIE &die);
429 FindDefinitionTypeForDWARFDeclContext(const DWARFDeclContext &die_decl_ctx);
H A DDebugNamesDWARFIndex.h45 void GetTypes(const DWARFDeclContext &context,
H A DSymbolFileDWARFDebugMap.h23 class DWARFDeclContext; variable
267 FindDefinitionTypeForDWARFDeclContext(const DWARFDeclContext &die_decl_ctx);
H A DManualDWARFIndex.h45 void GetTypes(const DWARFDeclContext &context,
H A DDWARFDebugInfoEntry.cpp715 DWARFDeclContext
718 DWARFDeclContext dwarf_decl_ctx; in GetDWARFDeclContextStatic()
735 DWARFDeclContext DWARFDebugInfoEntry::GetDWARFDeclContext(DWARFUnit *cu) const { in GetDWARFDeclContext()
H A DAppleDWARFIndex.cpp121 const DWARFDeclContext &context, in GetTypes()
H A DDebugNamesDWARFIndex.cpp214 const DWARFDeclContext &context, in GetTypes()
H A DManualDWARFIndex.cpp399 const DWARFDeclContext &context, in GetTypes()
H A DSymbolFileDWARF.cpp2853 const DWARFDeclContext &dwarf_decl_ctx) { in FindDefinitionTypeForDWARFDeclContext()
2942 DWARFDeclContext type_dwarf_decl_ctx = GetDWARFDeclContext(type_die); in FindDefinitionTypeForDWARFDeclContext()
4068 DWARFDeclContext SymbolFileDWARF::GetDWARFDeclContext(const DWARFDIE &die) { in GetDWARFDeclContext()
4071 DWARFDeclContext dwarf_decl_ctx = in GetDWARFDeclContext()
H A DDWARFASTParserClang.cpp770 DWARFDeclContext die_decl_ctx = SymbolFileDWARF::GetDWARFDeclContext(die); in ParseEnum()
1642 DWARFDeclContext die_decl_ctx = SymbolFileDWARF::GetDWARFDeclContext(die); in ParseStructureLikeDIE()
2326 DWARFDeclContext decl_ctx = SymbolFileDWARF::GetDWARFDeclContext(die); in ParseFunctionFromDWARF()
H A DSymbolFileDWARFDebugMap.cpp1081 const DWARFDeclContext &die_decl_ctx) { in FindDefinitionTypeForDWARFDeclContext()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/DWARF/
H A DBUILD.gn61 "DWARFDeclContext.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4537 lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.cpp