Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp95 DWARFCompileUnit &DWARFCompileUnit::GetNonSkeletonUnit() { in GetNonSkeletonUnit() function in DWARFCompileUnit
96 return llvm::cast<DWARFCompileUnit>(DWARFUnit::GetNonSkeletonUnit()); in GetNonSkeletonUnit()
H A DDWARFDebugInfo.cpp191 return cu->GetNonSkeletonUnit().GetDIE(die_ref.die_offset()); in GetDIE()
197 return cu->GetNonSkeletonUnit().PeekDIEName(die_ref.die_offset()); in PeekDIEName()
H A DDWARFCompileUnit.h29 DWARFCompileUnit &GetNonSkeletonUnit();
H A DNameToDIE.cpp54 const DWARFUnit &ns_unit = s_unit.GetNonSkeletonUnit(); in FindAllEntriesForUnit()
H A DAppleDWARFIndex.cpp164 const DWARFUnit &non_skeleton_cu = cu.GetNonSkeletonUnit(); in GetGlobalVariables()
H A DDWARFUnit.h195 DWARFUnit &GetNonSkeletonUnit();
H A DDebugNamesDWARFIndex.cpp66 cu = &cu->GetNonSkeletonUnit(); in ToDIERef()
H A DSymbolFileDWARF.cpp424 unit = &unit->GetNonSkeletonUnit(); in GetTypes()
832 dwarf_cu.GetNonSkeletonUnit().GetUnitDIEOnly(); in ParseCompileUnit()
987 return GetLanguage(dwarf_cu->GetNonSkeletonUnit()); in ParseLanguage()
997 const DWARFBaseDIE cu_die = dwarf_cu->GetNonSkeletonUnit().GetUnitDIEOnly(); in ParseXcodeSDK()
1028 dwarf_cu = &dwarf_cu->GetNonSkeletonUnit(); in ParseFunctions()
1159 return dwarf_cu->GetNonSkeletonUnit().GetIsOptimized(); in ParseIsOptimized()
2121 GetDWARFCompileUnit(sc.comp_unit)->GetNonSkeletonUnit(); in ResolveFunctionAndBlock()
3295 dwarf_cu->GetNonSkeletonUnit().GetDIE(function_die_offset); in ParseBlocksRecursive()
H A DManualDWARFIndex.cpp173 IndexUnitImpl(unit.GetNonSkeletonUnit(), cu_language, set); in IndexUnit()
H A DDWARFUnit.cpp690 DWARFUnit &DWARFUnit::GetNonSkeletonUnit() { in GetNonSkeletonUnit() function in DWARFUnit