Searched refs:GetNonSkeletonUnit (Results 1 – 10 of 10) sorted by relevance
103 DWARFCompileUnit &DWARFCompileUnit::GetNonSkeletonUnit() { in GetNonSkeletonUnit() function in DWARFCompileUnit104 return llvm::cast<DWARFCompileUnit>(DWARFUnit::GetNonSkeletonUnit()); in GetNonSkeletonUnit()
23 DWARFCompileUnit &GetNonSkeletonUnit();
53 const DWARFUnit &ns_unit = s_unit.GetNonSkeletonUnit(); in FindAllEntriesForUnit()
183 return cu->GetNonSkeletonUnit().GetDIE(die_ref.die_offset()); in GetDIE()
84 const DWARFUnit &non_skeleton_cu = cu.GetNonSkeletonUnit(); in GetGlobalVariables()
183 DWARFUnit &GetNonSkeletonUnit();
54 cu = &cu->GetNonSkeletonUnit(); in ToDIERef()
364 unit = &unit->GetNonSkeletonUnit(); in GetTypes()759 dwarf_cu.GetNonSkeletonUnit().GetUnitDIEOnly(); in ParseCompileUnit()884 return GetLanguage(dwarf_cu->GetNonSkeletonUnit()); in ParseLanguage()894 const DWARFBaseDIE cu_die = dwarf_cu->GetNonSkeletonUnit().GetUnitDIEOnly(); in ParseXcodeSDK()925 dwarf_cu = &dwarf_cu->GetNonSkeletonUnit(); in ParseFunctions()1055 return dwarf_cu->GetNonSkeletonUnit().GetIsOptimized(); in ParseIsOptimized()1925 GetDWARFCompileUnit(sc.comp_unit)->GetNonSkeletonUnit(); in ResolveFunctionAndBlock()3055 dwarf_cu->GetNonSkeletonUnit().GetDIE(function_die_offset); in ParseBlocksRecursive()
158 IndexUnitImpl(unit.GetNonSkeletonUnit(), cu_language, set); in IndexUnit()
641 DWARFUnit &DWARFUnit::GetNonSkeletonUnit() { in GetNonSkeletonUnit() function in DWARFUnit