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.cpp100 DWARFCompileUnit &DWARFCompileUnit::GetNonSkeletonUnit() { in GetNonSkeletonUnit() function in DWARFCompileUnit
101 return llvm::cast<DWARFCompileUnit>(DWARFUnit::GetNonSkeletonUnit()); in GetNonSkeletonUnit()
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()
382 DWARFUnit *unit = GetNonSkeletonUnit(entry); in SameAsEntryContext()
402 DWARFUnit *unit = GetNonSkeletonUnit(entry); in SameParentChain()
H A DDWARFCompileUnit.h29 DWARFCompileUnit &GetNonSkeletonUnit();
H A DNameToDIE.cpp54 const DWARFUnit &ns_unit = s_unit.GetNonSkeletonUnit(); in FindAllEntriesForUnit()
H A DDebugNamesDWARFIndex.h93 DWARFUnit *GetNonSkeletonUnit(const DebugNames::Entry &entry) const;
H A DDWARFDebugInfo.cpp258 return cu->GetNonSkeletonUnit().GetDIE(die_offset); in GetDIE()
H A DAppleDWARFIndex.cpp164 const DWARFUnit &non_skeleton_cu = cu.GetNonSkeletonUnit(); in GetGlobalVariables()
H A DDWARFUnit.h174 DWARFUnit &GetNonSkeletonUnit();
H A DSymbolFileDWARF.cpp424 unit = &unit->GetNonSkeletonUnit(); in GetTypes()
832 dwarf_cu.GetNonSkeletonUnit().GetUnitDIEOnly(); in ParseCompileUnit()
980 return GetLanguage(dwarf_cu->GetNonSkeletonUnit()); in ParseLanguage()
990 const DWARFBaseDIE cu_die = dwarf_cu->GetNonSkeletonUnit().GetUnitDIEOnly(); in ParseXcodeSDK()
1026 dwarf_cu = &dwarf_cu->GetNonSkeletonUnit(); in ParseFunctions()
1157 return dwarf_cu->GetNonSkeletonUnit().GetIsOptimized(); in ParseIsOptimized()
2103 GetDWARFCompileUnit(sc.comp_unit)->GetNonSkeletonUnit(); in ResolveFunctionAndBlock()
3162 dwarf_cu->GetNonSkeletonUnit().GetDIE(function_die_offset); in ParseBlocksRecursive()
H A DManualDWARFIndex.cpp182 IndexUnitImpl(unit.GetNonSkeletonUnit(), cu_language, set); in IndexUnit()
H A DDWARFUnit.cpp780 DWARFUnit &DWARFUnit::GetNonSkeletonUnit() { in GetNonSkeletonUnit() function in DWARFUnit