Searched refs:DWOCU (Results 1 – 3 of 3) sorted by relevance
564 DWARFUnit *DWOCU = DwarfUnit.getNonSkeletonUnitDIE(false).getDwarfUnit(); in convert() local565 if (!DWOCU->isDWOUnit()) in convert()578 ReturnDie = DWOCU->getUnitDIE(false); in convert()
639 DWARFCompileUnit *DWOCU = DWOContext->getDWOCompileUnitForHash(*DWOId); in parseDWO() local640 if (!DWOCU) in parseDWO()642 DWO = std::shared_ptr<DWARFCompileUnit>(std::move(DWOContext), DWOCU); in parseDWO()
1374 for (const auto &DWOCU : dwo_compile_units()) { in getDWOCompileUnitForHash() local1376 if (!DWOCU->getDWOId()) { in getDWOCompileUnitForHash()1378 toUnsigned(DWOCU->getUnitDIE().find(DW_AT_GNU_dwo_id))) in getDWOCompileUnitForHash()1379 DWOCU->setDWOId(*DWOId); in getDWOCompileUnitForHash()1384 if (DWOCU->getDWOId() == Hash) in getDWOCompileUnitForHash()1385 return dyn_cast<DWARFCompileUnit>(DWOCU.get()); in getDWOCompileUnitForHash()