Searched refs:DWOCU (Results 1 – 6 of 6) sorted by relevance
304 DWARFUnit *DWOCU = DWO->getUnit(); in parseDWO() local306 if (!DWOCU || DWOCU->getDWOId() != getDWOId()) { in parseDWO()311 DWOCU->setAddrOffsetSection(AddrOffsetSection, AddrOffsetSectionBase); in parseDWO()313 DWOCU->setRangesSection(RangeSection, DWORangesBase); in parseDWO()
99 for (const auto &DWOCU : dwo_compile_units()) in dump() local100 DWOCU->dump(OS); in dump()
661 for (const auto &DWOCU : dwo_compile_units()) { in getDWOCompileUnitForHash() local663 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()
584 DWARFCompileUnit *DWOCU = DWOContext->getDWOCompileUnitForHash(*DWOId); in parseDWO() local585 if (!DWOCU) in parseDWO()587 DWO = std::shared_ptr<DWARFCompileUnit>(std::move(DWOContext), DWOCU); in parseDWO()
545 DWARFCompileUnit *DWOCU = DWOContext->getDWOCompileUnitForHash(*DWOId); in parseDWO() local546 if (!DWOCU) in parseDWO()548 DWO = std::shared_ptr<DWARFCompileUnit>(std::move(DWOContext), DWOCU); in parseDWO()
710 for (const auto &DWOCU : dwo_compile_units()) { in getDWOCompileUnitForHash() local712 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()