Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp282 DWARFUnit *DWOCU = DWO->getUnit(); in parseDWO() local
284 if (!DWOCU || DWOCU->getDWOId() != getDWOId()) { in parseDWO()
289 DWOCU->setAddrOffsetSection(AddrOffsetSection, AddrOffsetSectionBase); in parseDWO()
291 DWOCU->setRangesSection(RangeSection, DWORangesBase); in parseDWO()
DDWARFContext.cpp95 for (const auto &DWOCU : dwo_compile_units()) in dump() local
96 DWOCU->dump(OS); in dump()