reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
395 if (DWO) 396 return DWO->getUnitDIE(ExtractUnitDIEOnly);lib/DebugInfo/DWARF/DWARFUnit.cpp
344 DWO.reset(); 498 if (DWO.get()) 523 DWO = std::shared_ptr<DWARFCompileUnit>(std::move(DWOContext), DWOCU); 525 DWO->setAddrOffsetSection(AddrOffsetSection, AddrOffsetSectionBase); 527 DWO->setRangesSection(&Context.getDWARFObj().getRnglistsDWOSection(), 0); 532 DWO->RngListTable = TableOrError.get(); 537 if (DWO->RngListTable) 538 DWO->RangeSectionBase = DWO->RngListTable->getHeaderSize(); 538 DWO->RangeSectionBase = DWO->RngListTable->getHeaderSize(); 541 DWO->setRangesSection(RangeSection, DWORangesBase ? *DWORangesBase : 0); 656 (DWO ? *DWO : *this).getSubroutineForAddress(Address); 656 (DWO ? *DWO : *this).getSubroutineForAddress(Address);