Searched refs:GetNonSkeletonUnit (Results 1 – 8 of 8) sorted by relevance
103 DWARFCompileUnit &DWARFCompileUnit::GetNonSkeletonUnit() { in GetNonSkeletonUnit() function in DWARFCompileUnit104 return llvm::cast<DWARFCompileUnit>(DWARFUnit::GetNonSkeletonUnit()); in GetNonSkeletonUnit()
23 DWARFCompileUnit &GetNonSkeletonUnit();
193 return cu->GetNonSkeletonUnit().GetDIE(die_ref.die_offset()); in GetDIE()
177 DWARFUnit &GetNonSkeletonUnit();
386 unit = &unit->GetNonSkeletonUnit(); in GetTypes()705 dwarf_cu.GetNonSkeletonUnit().GetUnitDIEOnly(); in ParseCompileUnit()713 bool is_optimized = dwarf_cu.GetNonSkeletonUnit().GetIsOptimized(); in ParseCompileUnit()820 const DWARFBaseDIE cu_die = dwarf_cu->GetNonSkeletonUnit().GetUnitDIEOnly(); in ParseXcodeSDK()851 dwarf_cu = &dwarf_cu->GetNonSkeletonUnit(); in ParseFunctions()1832 GetDWARFCompileUnit(sc.comp_unit)->GetNonSkeletonUnit(); in ResolveFunctionAndBlock()2962 dwarf_cu->GetNonSkeletonUnit().GetDIE(function_die_offset); in ParseBlocksRecursive()3021 dwarf_cu->GetNonSkeletonUnit(), [&](DWARFDIE die) { in ParseVariablesForContext()
53 cu = &cu->GetNonSkeletonUnit(); in ToDIERef()
148 IndexUnitImpl(unit.GetNonSkeletonUnit(), cu_language, set); in IndexUnit()
582 DWARFUnit &DWARFUnit::GetNonSkeletonUnit() { in GetNonSkeletonUnit() function in DWARFUnit