Home
last modified time | relevance | path

Searched refs:GetDWARFDeclContext (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.cpp130 die.GetDIE()->GetDWARFDeclContext(die.GetCU()); in GetFullyQualifiedTypeImpl()
H A DDWARFDebugInfoEntry.h160 DWARFDeclContext GetDWARFDeclContext(DWARFUnit *cu) const;
H A DSymbolFileDWARF.h286 static DWARFDeclContext GetDWARFDeclContext(const DWARFDIE &die);
H A DDWARFDebugInfoEntry.cpp635 DWARFDeclContext DWARFDebugInfoEntry::GetDWARFDeclContext(DWARFUnit *cu) const { in GetDWARFDeclContext() function in DWARFDebugInfoEntry
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()
3595 GetDWARFDeclContext(die).GetQualifiedNameAsConstString().GetCString(); in ParseVariableDIE()
4386 DWARFDeclContext SymbolFileDWARF::GetDWARFDeclContext(const DWARFDIE &die) { in GetDWARFDeclContext() function in SymbolFileDWARF
4390 die.GetDIE()->GetDWARFDeclContext(die.GetCU()); in GetDWARFDeclContext()
H A DDWARFASTParserClang.cpp2417 DWARFDeclContext decl_ctx = SymbolFileDWARF::GetDWARFDeclContext(die); in ConstructDemangledNameFromDWARF()