Home
last modified time | relevance | path

Searched refs:DWOCU (Results 1 – 4 of 4) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp599 for (const auto &DWOCU : dwo_compile_units()) { in getDWOCompileUnitForHash() local
601 if (!DWOCU->getDWOId()) { in getDWOCompileUnitForHash()
603 toUnsigned(DWOCU->getUnitDIE().find(DW_AT_GNU_dwo_id))) in getDWOCompileUnitForHash()
604 DWOCU->setDWOId(*DWOId); in getDWOCompileUnitForHash()
609 if (DWOCU->getDWOId() == Hash) in getDWOCompileUnitForHash()
610 return DWOCU.get(); in getDWOCompileUnitForHash()
DDWARFUnit.cpp369 DWARFCompileUnit *DWOCU = DWOContext->getDWOCompileUnitForHash(*DWOId); in parseDWO() local
370 if (!DWOCU) in parseDWO()
372 DWO = std::shared_ptr<DWARFCompileUnit>(std::move(DWOContext), DWOCU); in parseDWO()