Searched refs:DWOCU (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp304 DWARFUnit *DWOCU = DWO->getUnit(); local
306 if (!DWOCU || DWOCU->getDWOId() != getDWOId()) {
311 DWOCU->setAddrOffsetSection(AddrOffsetSection, AddrOffsetSectionBase);
313 DWOCU->setRangesSection(RangeSection, DWORangesBase);
H A DDWARFContext.cpp99 for (const auto &DWOCU : dwo_compile_units())
100 DWOCU->dump(OS);

Completed in 84 milliseconds