Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.h150 DWARFDeclContext GetDWARFDeclContext(DWARFUnit *cu) const;
H A DSymbolFileDWARF.h315 static DWARFDeclContext GetDWARFDeclContext(const DWARFDIE &die);
H A DDWARFDebugInfoEntry.cpp735 DWARFDeclContext DWARFDebugInfoEntry::GetDWARFDeclContext(DWARFUnit *cu) const { in GetDWARFDeclContext() function in DWARFDebugInfoEntry
H A DSymbolFileDWARF.cpp2942 DWARFDeclContext type_dwarf_decl_ctx = GetDWARFDeclContext(type_die); in FindDefinitionTypeForDWARFDeclContext()
3314 GetDWARFDeclContext(die).GetQualifiedNameAsConstString().GetCString(); in ParseVariableDIE()
4068 DWARFDeclContext SymbolFileDWARF::GetDWARFDeclContext(const DWARFDIE &die) { in GetDWARFDeclContext() function in SymbolFileDWARF
4072 die.GetDIE()->GetDWARFDeclContext(die.GetCU()); in GetDWARFDeclContext()
H A DDWARFASTParserClang.cpp770 DWARFDeclContext die_decl_ctx = SymbolFileDWARF::GetDWARFDeclContext(die); in ParseEnum()
1642 DWARFDeclContext die_decl_ctx = SymbolFileDWARF::GetDWARFDeclContext(die); in ParseStructureLikeDIE()
2326 DWARFDeclContext decl_ctx = SymbolFileDWARF::GetDWARFDeclContext(die); in ParseFunctionFromDWARF()