Home
last modified time | relevance | path

Searched refs:DWOCU (Results 1 – 6 of 6) 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-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp661 for (const auto &DWOCU : dwo_compile_units()) { in getDWOCompileUnitForHash() local
663 if (!DWOCU->getDWOId()) { in getDWOCompileUnitForHash()
665 toUnsigned(DWOCU->getUnitDIE().find(DW_AT_GNU_dwo_id))) in getDWOCompileUnitForHash()
666 DWOCU->setDWOId(*DWOId); in getDWOCompileUnitForHash()
671 if (DWOCU->getDWOId() == Hash) in getDWOCompileUnitForHash()
672 return dyn_cast<DWARFCompileUnit>(DWOCU.get()); in getDWOCompileUnitForHash()
DDWARFUnit.cpp584 DWARFCompileUnit *DWOCU = DWOContext->getDWOCompileUnitForHash(*DWOId); in parseDWO() local
585 if (!DWOCU) in parseDWO()
587 DWO = std::shared_ptr<DWARFCompileUnit>(std::move(DWOContext), DWOCU); in parseDWO()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp545 DWARFCompileUnit *DWOCU = DWOContext->getDWOCompileUnitForHash(*DWOId); in parseDWO() local
546 if (!DWOCU) in parseDWO()
548 DWO = std::shared_ptr<DWARFCompileUnit>(std::move(DWOContext), DWOCU); in parseDWO()
DDWARFContext.cpp710 for (const auto &DWOCU : dwo_compile_units()) { in getDWOCompileUnitForHash() local
712 if (!DWOCU->getDWOId()) { in getDWOCompileUnitForHash()
714 toUnsigned(DWOCU->getUnitDIE().find(DW_AT_GNU_dwo_id))) in getDWOCompileUnitForHash()
715 DWOCU->setDWOId(*DWOId); in getDWOCompileUnitForHash()
720 if (DWOCU->getDWOId() == Hash) in getDWOCompileUnitForHash()
721 return dyn_cast<DWARFCompileUnit>(DWOCU.get()); in getDWOCompileUnitForHash()