Home
last modified time | relevance | path

Searched refs:GetUnitDIEOnly (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp109 DWARFBaseDIE cu_die = cu->GetUnitDIEOnly(); in GetForeignTypeUnit()
110 DWARFBaseDIE tu_die = foreign_tu->GetUnitDIEOnly(); in GetForeignTypeUnit()
H A DDWARFUnit.h149 DWARFBaseDIE GetUnitDIEOnly() { return {this, GetUnitDIEPtrOnly()}; } in GetUnitDIEOnly() function
H A DSymbolFileDWARF.cpp809 const DWARFBaseDIE cu_die = dwarf_cu.GetUnitDIEOnly(); in ParseCompileUnit()
832 dwarf_cu.GetNonSkeletonUnit().GetUnitDIEOnly(); in ParseCompileUnit()
990 const DWARFBaseDIE cu_die = dwarf_cu->GetNonSkeletonUnit().GetUnitDIEOnly(); in ParseXcodeSDK()
1315 const DWARFBaseDIE dwarf_cu_die = dwarf_cu->GetUnitDIEOnly(); in ParseDebugMacros()
1958 const DWARFBaseDIE die = dwarf_cu->GetUnitDIEOnly(); in UpdateExternalModuleListIfNeeded()
4163 if (const DWARFBaseDIE die = dwarf_cu->GetUnitDIEOnly()) { in GetSeparateDebugInfo()
4413 const DWARFBaseDIE die = dwarf_cu->GetUnitDIEOnly(); in GetCompileOptions()
H A DDWARFUnit.cpp111 DWARFBaseDIE dwo_cu_die = dwo_cu->GetUnitDIEOnly(); in ExtractUnitDIEIfNeeded()