Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp103 DWARFCompileUnit &DWARFCompileUnit::GetNonSkeletonUnit() { in GetNonSkeletonUnit() function in DWARFCompileUnit
104 return llvm::cast<DWARFCompileUnit>(DWARFUnit::GetNonSkeletonUnit()); in GetNonSkeletonUnit()
H A DDWARFCompileUnit.h23 DWARFCompileUnit &GetNonSkeletonUnit();
H A DDWARFDebugInfo.cpp193 return cu->GetNonSkeletonUnit().GetDIE(die_ref.die_offset()); in GetDIE()
H A DDWARFUnit.h177 DWARFUnit &GetNonSkeletonUnit();
H A DSymbolFileDWARF.cpp386 unit = &unit->GetNonSkeletonUnit(); in GetTypes()
705 dwarf_cu.GetNonSkeletonUnit().GetUnitDIEOnly(); in ParseCompileUnit()
713 bool is_optimized = dwarf_cu.GetNonSkeletonUnit().GetIsOptimized(); in ParseCompileUnit()
820 const DWARFBaseDIE cu_die = dwarf_cu->GetNonSkeletonUnit().GetUnitDIEOnly(); in ParseXcodeSDK()
851 dwarf_cu = &dwarf_cu->GetNonSkeletonUnit(); in ParseFunctions()
1832 GetDWARFCompileUnit(sc.comp_unit)->GetNonSkeletonUnit(); in ResolveFunctionAndBlock()
2962 dwarf_cu->GetNonSkeletonUnit().GetDIE(function_die_offset); in ParseBlocksRecursive()
3021 dwarf_cu->GetNonSkeletonUnit(), [&](DWARFDIE die) { in ParseVariablesForContext()
H A DDebugNamesDWARFIndex.cpp53 cu = &cu->GetNonSkeletonUnit(); in ToDIERef()
H A DManualDWARFIndex.cpp148 IndexUnitImpl(unit.GetNonSkeletonUnit(), cu_language, set); in IndexUnit()
H A DDWARFUnit.cpp582 DWARFUnit &DWARFUnit::GetNonSkeletonUnit() { in GetNonSkeletonUnit() function in DWARFUnit