Home
last modified time | relevance | path

Searched refs:GetNonSkeletonUnit (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp98 DWARFCompileUnit &DWARFCompileUnit::GetNonSkeletonUnit() { in GetNonSkeletonUnit() function in DWARFCompileUnit
99 return llvm::cast<DWARFCompileUnit>(DWARFUnit::GetNonSkeletonUnit()); in GetNonSkeletonUnit()
H A DDWARFCompileUnit.h23 DWARFCompileUnit &GetNonSkeletonUnit();
H A DNameToDIE.cpp54 const DWARFUnit &ns_unit = s_unit.GetNonSkeletonUnit(); in FindAllEntriesForUnit()
H A DDWARFDebugInfo.cpp191 return cu->GetNonSkeletonUnit().GetDIE(die_ref.die_offset()); in GetDIE()
H A DAppleDWARFIndex.cpp84 const DWARFUnit &non_skeleton_cu = cu.GetNonSkeletonUnit(); in GetGlobalVariables()
H A DDebugNamesDWARFIndex.cpp55 cu = &cu->GetNonSkeletonUnit(); in ToDIERef()
H A DDWARFUnit.h184 DWARFUnit &GetNonSkeletonUnit();
H A DSymbolFileDWARF.cpp364 unit = &unit->GetNonSkeletonUnit(); in GetTypes()
759 dwarf_cu.GetNonSkeletonUnit().GetUnitDIEOnly(); in ParseCompileUnit()
913 return GetLanguage(dwarf_cu->GetNonSkeletonUnit()); in ParseLanguage()
923 const DWARFBaseDIE cu_die = dwarf_cu->GetNonSkeletonUnit().GetUnitDIEOnly(); in ParseXcodeSDK()
954 dwarf_cu = &dwarf_cu->GetNonSkeletonUnit(); in ParseFunctions()
1083 return dwarf_cu->GetNonSkeletonUnit().GetIsOptimized(); in ParseIsOptimized()
1970 GetDWARFCompileUnit(sc.comp_unit)->GetNonSkeletonUnit(); in ResolveFunctionAndBlock()
3189 dwarf_cu->GetNonSkeletonUnit().GetDIE(function_die_offset); in ParseBlocksRecursive()
H A DManualDWARFIndex.cpp172 IndexUnitImpl(unit.GetNonSkeletonUnit(), cu_language, set); in IndexUnit()
H A DDWARFUnit.cpp662 DWARFUnit &DWARFUnit::GetNonSkeletonUnit() { in GetNonSkeletonUnit() function in DWARFUnit