Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.h28 class DWARFDeclContext {
53 DWARFDeclContext() : m_entries() {} in DWARFDeclContext() function
55 DWARFDeclContext(llvm::ArrayRef<Entry> entries) { in DWARFDeclContext() function
63 bool operator==(const DWARFDeclContext &rhs) const;
64 bool operator!=(const DWARFDeclContext &rhs) const { return !(*this == rhs); }
92 const DWARFDeclContext &ctx) {
H A DDWARFDeclContext.cpp15 const char *DWARFDeclContext::Entry::GetName() const { in GetName()
29 const char *DWARFDeclContext::GetQualifiedName() const { in GetQualifiedName()
56 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,
133 GetFullyQualifiedTypeImpl(const DWARFDeclContext &context, DWARFDIE die,
H A DDWARFIndex.cpp114 const DWARFDeclContext &context, in GetFullyQualifiedType()
122 const DWARFDeclContext &context, DWARFDIE die, in GetFullyQualifiedTypeImpl()
124 DWARFDeclContext dwarf_decl_ctx = die.GetDWARFDeclContext(); in GetFullyQualifiedTypeImpl()
H A DDebugNamesDWARFIndex.h47 const DWARFDeclContext &context,
51 void GetTypes(const DWARFDeclContext &context,
H A DDWARFDIE.cpp511 static DWARFDeclContext GetDWARFDeclContextImpl(DWARFDIE die) { in GetDWARFDeclContextImpl()
512 DWARFDeclContext dwarf_decl_ctx; in GetDWARFDeclContextImpl()
526 DWARFDeclContext DWARFDIE::GetDWARFDeclContext() const { in GetDWARFDeclContext()
H A DDWARFBaseDIE.h25 class DWARFDeclContext; variable
H A DManualDWARFIndex.h49 void GetTypes(const DWARFDeclContext &context,
H A DDWARFDIE.h106 DWARFDeclContext GetDWARFDeclContext() const;
H A DAppleDWARFIndex.h60 void GetTypes(const DWARFDeclContext &context,
H A DDWARFDebugInfoEntry.h26 class DWARFDeclContext; variable
H A DDebugNamesDWARFIndex.cpp329 const DWARFDeclContext &context, in GetFullyQualifiedType()
470 const DWARFDeclContext &context, in GetTypes()
H A DAppleDWARFIndex.cpp220 const DWARFDeclContext &context, in GetTypes()
H A DSymbolFileDWARFDebugMap.h32 class DWARFDeclContext; variable
H A DSymbolFileDWARF.h57 class DWARFDeclContext; variable
H A DManualDWARFIndex.cpp457 const DWARFDeclContext &context, in GetTypes()
H A DSymbolFileDWARF.cpp3003 DWARFDeclContext die_dwarf_decl_ctx; in FindDefinitionDIE()
3062 DWARFDeclContext type_dwarf_decl_ctx = type_die.GetDWARFDeclContext(); in FindDefinitionDIE()
H A DDWARFASTParserClang.cpp2433 DWARFDeclContext decl_ctx = die.GetDWARFDeclContext(); in ConstructDemangledNameFromDWARF()
/freebsd/lib/clang/liblldb/
H A DMakefile589 SRCS+= Plugins/SymbolFile/DWARF/DWARFDeclContext.cpp