Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp95 DWARFCompileUnit &DWARFCompileUnit::GetNonSkeletonUnit() { in GetNonSkeletonUnit()
96 return llvm::cast<DWARFCompileUnit>(DWARFUnit::GetNonSkeletonUnit()); in GetNonSkeletonUnit()
94 DWARFCompileUnit &DWARFCompileUnit::GetNonSkeletonUnit() { GetNonSkeletonUnit() function in DWARFCompileUnit
H A DDebugNamesDWARFIndex.cpp85 DWARFUnit &dwo_cu = cu->GetNonSkeletonUnit(); in GetForeignTypeUnit()
121 DebugNamesDWARFIndex::GetNonSkeletonUnit(const DebugNames::Entry &entry) const { in GetNonSkeletonUnit() function in DebugNamesDWARFIndex
134 return &cu->GetNonSkeletonUnit(); in GetNonSkeletonUnit()
140 DWARFUnit *unit = GetNonSkeletonUnit(entry); in GetDIE()
389 DWARFUnit *unit = GetNonSkeletonUnit(entry); in SameParentChain()
H A DDWARFCompileUnit.h29 DWARFCompileUnit &GetNonSkeletonUnit();
H A DDebugNamesDWARFIndex.h87 DWARFUnit *GetNonSkeletonUnit(const DebugNames::Entry &entry) const;
H A DNameToDIE.cpp54 const DWARFUnit &ns_unit = s_unit.GetNonSkeletonUnit(); in FindAllEntriesForUnit()
H A DDWARFDebugInfo.cpp258 return cu->GetNonSkeletonUnit().GetDIE(die_offset); in GetDIE()
H A DDWARFUnit.h153 DWARFUnit &GetNonSkeletonUnit();
H A DAppleDWARFIndex.cpp164 const DWARFUnit &non_skeleton_cu = cu.GetNonSkeletonUnit(); in GetGlobalVariables()
H A DSymbolFileDWARF.cpp424 unit = &unit->GetNonSkeletonUnit(); in GetTypes()
839 dwarf_cu.GetNonSkeletonUnit().GetUnitDIEOnly(); in ParseCompileUnit()
994 return GetLanguage(dwarf_cu->GetNonSkeletonUnit()); in ParseLanguage()
1004 const DWARFBaseDIE cu_die = dwarf_cu->GetNonSkeletonUnit().GetUnitDIEOnly(); in ParseXcodeSDK()
1035 dwarf_cu = &dwarf_cu->GetNonSkeletonUnit(); in ParseFunctions()
1166 return dwarf_cu->GetNonSkeletonUnit().GetIsOptimized(); in ParseIsOptimized()
2162 GetDWARFCompileUnit(sc.comp_unit)->GetNonSkeletonUnit(); in ResolveFunctionAndBlock()
3274 dwarf_cu->GetNonSkeletonUnit().GetDIE(function_die_offset); in ParseBlocksRecursive()
H A DManualDWARFIndex.cpp176 IndexUnitImpl(unit.GetNonSkeletonUnit(), cu_language, set); in IndexUnit()
H A DDWARFUnit.cpp695 DWARFUnit &DWARFUnit::GetNonSkeletonUnit() { in GetNonSkeletonUnit() function in DWARFUnit