Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h178 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()
923 const DWARFBaseDIE cu_die = dwarf_cu->GetNonSkeletonUnit().GetUnitDIEOnly(); in ParseXcodeSDK()
1234 const DWARFBaseDIE dwarf_cu_die = dwarf_cu->GetUnitDIEOnly(); in ParseDebugMacros()
1829 const DWARFBaseDIE die = dwarf_cu->GetUnitDIEOnly(); in UpdateExternalModuleListIfNeeded()
H A DDWARFUnit.cpp100 DWARFBaseDIE dwo_cu_die = dwo_cu->GetUnitDIEOnly(); in ExtractUnitDIEIfNeeded()