Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h177 DWARFBaseDIE GetUnitDIEOnly() { return {this, GetUnitDIEPtrOnly()}; } in GetUnitDIEOnly() function
H A DSymbolFileDWARF.cpp734 const DWARFBaseDIE cu_die = dwarf_cu.GetUnitDIEOnly(); in ParseCompileUnit()
759 dwarf_cu.GetNonSkeletonUnit().GetUnitDIEOnly(); in ParseCompileUnit()
894 const DWARFBaseDIE cu_die = dwarf_cu->GetNonSkeletonUnit().GetUnitDIEOnly(); in ParseXcodeSDK()
1206 const DWARFBaseDIE dwarf_cu_die = dwarf_cu->GetUnitDIEOnly(); in ParseDebugMacros()
1785 const DWARFBaseDIE die = dwarf_cu->GetUnitDIEOnly(); in UpdateExternalModuleListIfNeeded()
H A DDWARFUnit.cpp91 DWARFBaseDIE dwo_cu_die = dwo_cu->GetUnitDIEOnly(); in ExtractUnitDIEIfNeeded()