Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.cpp1971 const DWARFDebugInfoEntry *abs_die = cu->GetDIEPtr (die_offset); in GetParentDeclContextDIE() local
1972 if (abs_die) in GetParentDeclContextDIE()
1974 …const DWARFDebugInfoEntry *abs_die_decl_ctx_die = abs_die->GetParentDeclContextDIE (dwarf2Data, cu… in GetParentDeclContextDIE()
DSymbolFileDWARF.cpp4707 …const DWARFDebugInfoEntry *abs_die = DebugInfo()->GetDIEPtrWithCompileUnitHint (die_offset, &abs_c… in GetDeclContextDIEContainingDIE() local
4708 …const DWARFDebugInfoEntry *abs_die_decl_ctx_die = GetDeclContextDIEContainingDIE (abs_cu, abs_die); in GetDeclContextDIEContainingDIE()
6660 …const DWARFDebugInfoEntry* abs_die = DebugInfo()->GetDIEPtr(abstract_origin_die_offset, &abs_cu_sp… in ParseType() local
6661 … clang::DeclContext *abs_clang_decl_ctx = GetClangDeclContextForDIE (sc, dwarf_cu, abs_die); in ParseType()