Home
last modified time | relevance | path

Searched refs:dwo_cu (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp90 DWARFUnit *dwo_cu = dwo_symbol_file->GetDWOCompileUnitForHash(*m_dwo_id); in ExtractUnitDIEIfNeeded() local
92 if (!dwo_cu) { in ExtractUnitDIEIfNeeded()
105 dwo_cu->SetSkeletonUnit(this); in ExtractUnitDIEIfNeeded()
107 DWARFBaseDIE dwo_cu_die = dwo_cu->GetUnitDIEOnly(); in ExtractUnitDIEIfNeeded()
124 dwo_cu->SetAddrBase(*m_addr_base); in ExtractUnitDIEIfNeeded()
126 dwo_cu->SetAddrBase(*m_gnu_addr_base); in ExtractUnitDIEIfNeeded()
129 dwo_cu->SetRangesBase(*m_gnu_ranges_base); in ExtractUnitDIEIfNeeded()
133 dwo_cu->SetRangesBase(llvm::DWARFListTableHeader::getHeaderSize(DWARF32)); in ExtractUnitDIEIfNeeded()
138 dwo_cu->SetLoclistsBase(llvm::DWARFListTableHeader::getHeaderSize(DWARF32)); in ExtractUnitDIEIfNeeded()
140 dwo_cu->SetBaseAddress(GetBaseAddress()); in ExtractUnitDIEIfNeeded()
[all …]
H A DDebugNamesDWARFIndex.cpp85 DWARFUnit &dwo_cu = cu->GetNonSkeletonUnit(); in GetForeignTypeUnit() local
88 if (!dwo_cu.IsDWOUnit()) in GetForeignTypeUnit()
90 return dwo_cu.GetSymbolFileDWARF().DebugInfo().GetTypeUnitForHash( in GetForeignTypeUnit()