Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFCompileUnit.cpp103 DWARFCompileUnit &DWARFCompileUnit::GetNonSkeletonUnit() { in GetNonSkeletonUnit() function in DWARFCompileUnit
104 return llvm::cast<DWARFCompileUnit>(DWARFUnit::GetNonSkeletonUnit()); in GetNonSkeletonUnit()
DDWARFCompileUnit.h23 DWARFCompileUnit &GetNonSkeletonUnit();
DDWARFDebugInfo.cpp199 return cu->GetNonSkeletonUnit().GetDIE(die_ref.die_offset()); in GetDIE()
DDWARFUnit.h175 DWARFUnit &GetNonSkeletonUnit();
DSymbolFileDWARF.cpp381 unit = &unit->GetNonSkeletonUnit(); in GetTypes()
693 dwarf_cu.GetNonSkeletonUnit().GetUnitDIEOnly(); in ParseCompileUnit()
701 bool is_optimized = dwarf_cu.GetNonSkeletonUnit().GetIsOptimized(); in ParseCompileUnit()
808 const DWARFBaseDIE cu_die = dwarf_cu->GetNonSkeletonUnit().GetUnitDIEOnly(); in ParseXcodeSDK()
840 dwarf_cu = &dwarf_cu->GetNonSkeletonUnit(); in ParseFunctions()
1816 GetDWARFCompileUnit(sc.comp_unit)->GetNonSkeletonUnit(); in ResolveFunctionAndBlock()
3019 dwarf_cu->GetNonSkeletonUnit().GetDIE(function_die_offset); in ParseBlocksRecursive()
3074 dwarf_cu->GetNonSkeletonUnit(), [&](DWARFDIE die) { in ParseVariablesForContext()
DDebugNamesDWARFIndex.cpp53 cu = &cu->GetNonSkeletonUnit(); in ToDIERef()
DManualDWARFIndex.cpp133 IndexUnitImpl(unit.GetNonSkeletonUnit(), cu_language, set); in IndexUnit()
DDWARFUnit.cpp548 DWARFUnit &DWARFUnit::GetNonSkeletonUnit() { in GetNonSkeletonUnit() function in DWARFUnit