Home
last modified time | relevance | path

Searched refs:abs_die (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.cpp770 DWARFDIE abs_die = attributes.FormValueAsReference(DW_AT_abstract_origin); in GetParentDeclContextDIE() local
771 if (abs_die) { in GetParentDeclContextDIE()
772 DWARFDIE decl_ctx_die = abs_die.GetParentDeclContextDIE(); in GetParentDeclContextDIE()
DDWARFASTParserClang.cpp1069 DWARFDIE abs_die = attrs.abstract_origin.Reference(); in ParseSubroutine() local
1071 GetClangDeclContextForDIE(abs_die); in ParseSubroutine()
1078 die.GetID(), abs_die.GetOffset()); in ParseSubroutine()
1216 DWARFDIE abs_die = attrs.abstract_origin.Reference(); in ParseSubroutine() local
1218 if (dwarf->ResolveType(abs_die)) { in ParseSubroutine()
1220 GetCachedClangDeclContextForDIE(abs_die)); in ParseSubroutine()
DSymbolFileDWARF.cpp2595 DWARFDIE abs_die = die.GetReferencedDIE(DW_AT_abstract_origin); in GetDeclContextDIEContainingDIE() local
2596 if (abs_die) { in GetDeclContextDIEContainingDIE()
2597 return abs_die; in GetDeclContextDIEContainingDIE()
2613 DWARFDIE abs_die = die.GetReferencedDIE(DW_AT_abstract_origin); in GetDeclContextDIEContainingDIE() local
2614 if (abs_die) { in GetDeclContextDIEContainingDIE()
2615 DWARFDIE decl_ctx_die = GetDeclContextDIEContainingDIE(abs_die); in GetDeclContextDIEContainingDIE()