Searched refs:DWARFDeclContext (Results 1 – 18 of 18) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDeclContext.h | 27 class DWARFDeclContext { 48 DWARFDeclContext() : m_entries() {} in DWARFDeclContext() function 54 bool operator==(const DWARFDeclContext &rhs) const; 55 bool operator!=(const DWARFDeclContext &rhs) const { return !(*this == rhs); }
|
| H A D | DWARFDeclContext.cpp | 17 static const char *GetName(DWARFDeclContext::Entry entry) { in GetName() 31 const char *DWARFDeclContext::GetQualifiedName() const { in GetQualifiedName() 58 bool DWARFDeclContext::operator==(const DWARFDeclContext &rhs) const { in operator ==()
|
| H A D | DWARFIndex.h | 22 class DWARFDeclContext; variable 54 virtual void GetTypes(const DWARFDeclContext &context, 62 GetFullyQualifiedType(const DWARFDeclContext &context, 117 GetFullyQualifiedTypeImpl(const DWARFDeclContext &context, DWARFDIE die,
|
| H A D | DWARFIndex.cpp | 119 const DWARFDeclContext &context, in GetFullyQualifiedType() 127 const DWARFDeclContext &context, DWARFDIE die, in GetFullyQualifiedTypeImpl() 129 DWARFDeclContext dwarf_decl_ctx = in GetFullyQualifiedTypeImpl()
|
| H A D | DWARFDebugInfoEntry.h | 27 class DWARFDeclContext; variable 160 DWARFDeclContext GetDWARFDeclContext(DWARFUnit *cu) const; 175 static DWARFDeclContext
|
| H A D | DWARFBaseDIE.h | 25 class DWARFDeclContext; variable
|
| H A D | DWARFDebugInfoEntry.cpp | 615 DWARFDeclContext 618 DWARFDeclContext dwarf_decl_ctx; in GetDWARFDeclContextStatic() 635 DWARFDeclContext DWARFDebugInfoEntry::GetDWARFDeclContext(DWARFUnit *cu) const { in GetDWARFDeclContext()
|
| H A D | DebugNamesDWARFIndex.h | 47 void GetTypes(const DWARFDeclContext &context,
|
| H A D | ManualDWARFIndex.h | 46 void GetTypes(const DWARFDeclContext &context,
|
| H A D | AppleDWARFIndex.h | 60 void GetTypes(const DWARFDeclContext &context,
|
| H A D | SymbolFileDWARF.h | 58 class DWARFDeclContext; variable 286 static DWARFDeclContext GetDWARFDeclContext(const DWARFDIE &die);
|
| H A D | AppleDWARFIndex.cpp | 220 const DWARFDeclContext &context, in GetTypes()
|
| H A D | DebugNamesDWARFIndex.cpp | 235 const DWARFDeclContext &context, in GetTypes()
|
| H A D | SymbolFileDWARFDebugMap.h | 31 class DWARFDeclContext; variable
|
| H A D | ManualDWARFIndex.cpp | 429 const DWARFDeclContext &context, in GetTypes()
|
| H A D | SymbolFileDWARF.cpp | 3139 const DWARFDeclContext die_dwarf_decl_ctx = GetDWARFDeclContext(die); in FindDefinitionTypeForDWARFDeclContext() 3168 DWARFDeclContext type_dwarf_decl_ctx = GetDWARFDeclContext(type_die); in FindDefinitionTypeForDWARFDeclContext() 4386 DWARFDeclContext SymbolFileDWARF::GetDWARFDeclContext(const DWARFDIE &die) { in GetDWARFDeclContext() 4389 DWARFDeclContext dwarf_decl_ctx = in GetDWARFDeclContext()
|
| H A D | DWARFASTParserClang.cpp | 2417 DWARFDeclContext decl_ctx = SymbolFileDWARF::GetDWARFDeclContext(die); in ConstructDemangledNameFromDWARF()
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | Makefile | 558 SRCS+= Plugins/SymbolFile/DWARF/DWARFDeclContext.cpp
|