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,
116 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.cpp504 static DWARFDeclContext GetDWARFDeclContextImpl(DWARFDIE die) { in GetDWARFDeclContextImpl()
505 DWARFDeclContext dwarf_decl_ctx; in GetDWARFDeclContextImpl()
519 DWARFDeclContext DWARFDIE::GetDWARFDeclContext() const { in GetDWARFDeclContext()
H A DDWARFDIE.h89 DWARFDeclContext GetDWARFDeclContext() const;
H A DDWARFBaseDIE.h25 class DWARFDeclContext; variable
H A DAppleDWARFIndex.h60 void GetTypes(const DWARFDeclContext &context,
H A DManualDWARFIndex.h48 void GetTypes(const DWARFDeclContext &context,
H A DDWARFDebugInfoEntry.h27 class DWARFDeclContext; variable
H A DDebugNamesDWARFIndex.cpp333 const DWARFDeclContext &context, in GetFullyQualifiedType()
418 const DWARFDeclContext &context, in GetTypes()
H A DAppleDWARFIndex.cpp220 const DWARFDeclContext &context, in GetTypes()
H A DSymbolFileDWARFDebugMap.h32 class DWARFDeclContext; variable
H A DSymbolFileDWARF.h58 class DWARFDeclContext; variable
H A DManualDWARFIndex.cpp432 const DWARFDeclContext &context, in GetTypes()
H A DSymbolFileDWARF.cpp3115 DWARFDeclContext die_dwarf_decl_ctx; in FindDefinitionDIE()
3174 DWARFDeclContext type_dwarf_decl_ctx = type_die.GetDWARFDeclContext(); in FindDefinitionDIE()
H A DDWARFASTParserClang.cpp2347 DWARFDeclContext decl_ctx = die.GetDWARFDeclContext(); in ConstructDemangledNameFromDWARF()
/freebsd/lib/clang/liblldb/
H A DMakefile570 SRCS+= Plugins/SymbolFile/DWARF/DWARFDeclContext.cpp