Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.h27 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 DDWARFDeclContext.cpp17 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 DDWARFIndex.h22 class DWARFDeclContext; variable
54 virtual void GetTypes(const DWARFDeclContext &context,
62 GetFullyQualifiedType(const DWARFDeclContext &context,
117 GetFullyQualifiedTypeImpl(const DWARFDeclContext &context, DWARFDIE die,
H A DDWARFIndex.cpp119 const DWARFDeclContext &context, in GetFullyQualifiedType()
127 const DWARFDeclContext &context, DWARFDIE die, in GetFullyQualifiedTypeImpl()
129 DWARFDeclContext dwarf_decl_ctx = in GetFullyQualifiedTypeImpl()
H A DDWARFDebugInfoEntry.h27 class DWARFDeclContext; variable
160 DWARFDeclContext GetDWARFDeclContext(DWARFUnit *cu) const;
175 static DWARFDeclContext
H A DDWARFBaseDIE.h25 class DWARFDeclContext; variable
H A DDWARFDebugInfoEntry.cpp615 DWARFDeclContext
618 DWARFDeclContext dwarf_decl_ctx; in GetDWARFDeclContextStatic()
635 DWARFDeclContext DWARFDebugInfoEntry::GetDWARFDeclContext(DWARFUnit *cu) const { in GetDWARFDeclContext()
H A DDebugNamesDWARFIndex.h47 void GetTypes(const DWARFDeclContext &context,
H A DManualDWARFIndex.h46 void GetTypes(const DWARFDeclContext &context,
H A DAppleDWARFIndex.h60 void GetTypes(const DWARFDeclContext &context,
H A DSymbolFileDWARF.h58 class DWARFDeclContext; variable
286 static DWARFDeclContext GetDWARFDeclContext(const DWARFDIE &die);
H A DAppleDWARFIndex.cpp220 const DWARFDeclContext &context, in GetTypes()
H A DDebugNamesDWARFIndex.cpp235 const DWARFDeclContext &context, in GetTypes()
H A DSymbolFileDWARFDebugMap.h31 class DWARFDeclContext; variable
H A DManualDWARFIndex.cpp429 const DWARFDeclContext &context, in GetTypes()
H A DSymbolFileDWARF.cpp3139 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 DDWARFASTParserClang.cpp2417 DWARFDeclContext decl_ctx = SymbolFileDWARF::GetDWARFDeclContext(die); in ConstructDemangledNameFromDWARF()
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile558 SRCS+= Plugins/SymbolFile/DWARF/DWARFDeclContext.cpp