Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h132 DWARFBaseDIE GetUnitDIEOnly() { return DWARFDIE(this, GetUnitDIEPtrOnly()); } in GetUnitDIEOnly() function
H A DDWARFDebugInfoEntry.cpp659 const DWARFBaseDIE cu_die = cu->GetUnitDIEOnly(); in DumpLocation()
932 DWARFBaseDIE dwo_cu_die = dwo_cu->GetUnitDIEOnly(); in GetAttributeValue()
H A DDWARFUnit.cpp357 DWARFBaseDIE dwo_cu_die = dwo_cu->GetUnitDIEOnly(); in AddUnitDIE()
H A DSymbolFileDWARF.cpp947 const DWARFBaseDIE cu_die = dwarf_cu->GetUnitDIEOnly(); in ParseSupportFiles()
1062 const DWARFBaseDIE dwarf_cu_die = dwarf_cu->GetUnitDIEOnly(); in ParseLineTable()
1145 const DWARFBaseDIE dwarf_cu_die = dwarf_cu->GetUnitDIEOnly(); in ParseDebugMacros()
1671 const DWARFBaseDIE die = dwarf_cu->GetUnitDIEOnly(); in UpdateExternalModuleListIfNeeded()