Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h184 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()
997 const DWARFBaseDIE cu_die = dwarf_cu->GetNonSkeletonUnit().GetUnitDIEOnly(); in ParseXcodeSDK()
1310 const DWARFBaseDIE dwarf_cu_die = dwarf_cu->GetUnitDIEOnly(); in ParseDebugMacros()
1980 const DWARFBaseDIE die = dwarf_cu->GetUnitDIEOnly(); in UpdateExternalModuleListIfNeeded()
4267 if (const DWARFBaseDIE die = dwarf_cu->GetUnitDIEOnly()) { in GetSeparateDebugInfo()
4468 const DWARFBaseDIE die = dwarf_cu->GetUnitDIEOnly(); in GetCompileOptions()
H A DDWARFUnit.cpp102 DWARFBaseDIE dwo_cu_die = dwo_cu->GetUnitDIEOnly(); in ExtractUnitDIEIfNeeded()