Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.h150 DWARFDeclContext GetDWARFDeclContext(DWARFUnit *cu) const;
DSymbolFileDWARF.h315 static DWARFDeclContext GetDWARFDeclContext(const DWARFDIE &die);
DDWARFDebugInfoEntry.cpp734 DWARFDeclContext DWARFDebugInfoEntry::GetDWARFDeclContext(DWARFUnit *cu) const { in GetDWARFDeclContext() function in DWARFDebugInfoEntry
DSymbolFileDWARF.cpp2849 DWARFDeclContext type_dwarf_decl_ctx = GetDWARFDeclContext(type_die); in FindDefinitionTypeForDWARFDeclContext()
3212 GetDWARFDeclContext(die).GetQualifiedNameAsConstString().GetCString(); in ParseVariableDIE()
3860 DWARFDeclContext SymbolFileDWARF::GetDWARFDeclContext(const DWARFDIE &die) { in GetDWARFDeclContext() function in SymbolFileDWARF
3864 die.GetDIE()->GetDWARFDeclContext(die.GetCU()); in GetDWARFDeclContext()
DDWARFASTParserClang.cpp785 DWARFDeclContext die_decl_ctx = SymbolFileDWARF::GetDWARFDeclContext(die); in ParseEnum()
1549 DWARFDeclContext die_decl_ctx = SymbolFileDWARF::GetDWARFDeclContext(die); in ParseStructureLikeDIE()
2260 DWARFDeclContext decl_ctx = SymbolFileDWARF::GetDWARFDeclContext(die); in ParseFunctionFromDWARF()