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();
199 return cu->GetNonSkeletonUnit().GetDIE(die_ref.die_offset()); in GetDIE()
175 DWARFUnit &GetNonSkeletonUnit();
381 unit = &unit->GetNonSkeletonUnit(); in GetTypes()693 dwarf_cu.GetNonSkeletonUnit().GetUnitDIEOnly(); in ParseCompileUnit()701 bool is_optimized = dwarf_cu.GetNonSkeletonUnit().GetIsOptimized(); in ParseCompileUnit()808 const DWARFBaseDIE cu_die = dwarf_cu->GetNonSkeletonUnit().GetUnitDIEOnly(); in ParseXcodeSDK()840 dwarf_cu = &dwarf_cu->GetNonSkeletonUnit(); in ParseFunctions()1816 GetDWARFCompileUnit(sc.comp_unit)->GetNonSkeletonUnit(); in ResolveFunctionAndBlock()3019 dwarf_cu->GetNonSkeletonUnit().GetDIE(function_die_offset); in ParseBlocksRecursive()3074 dwarf_cu->GetNonSkeletonUnit(), [&](DWARFDIE die) { in ParseVariablesForContext()
53 cu = &cu->GetNonSkeletonUnit(); in ToDIERef()
133 IndexUnitImpl(unit.GetNonSkeletonUnit(), cu_language, set); in IndexUnit()
548 DWARFUnit &DWARFUnit::GetNonSkeletonUnit() { in GetNonSkeletonUnit() function in DWARFUnit