Searched refs:abs_die (Results 1 – 2 of 2) sorted by relevance
1971 const DWARFDebugInfoEntry *abs_die = cu->GetDIEPtr (die_offset); in GetParentDeclContextDIE() local1972 if (abs_die) in GetParentDeclContextDIE()1974 …const DWARFDebugInfoEntry *abs_die_decl_ctx_die = abs_die->GetParentDeclContextDIE (dwarf2Data, cu… in GetParentDeclContextDIE()
4707 …const DWARFDebugInfoEntry *abs_die = DebugInfo()->GetDIEPtrWithCompileUnitHint (die_offset, &abs_c… in GetDeclContextDIEContainingDIE() local4708 …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() local6661 … clang::DeclContext *abs_clang_decl_ctx = GetClangDeclContextForDIE (sc, dwarf_cu, abs_die); in ParseType()