Home
last modified time | relevance | path

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

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