Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp564 DWARFUnit *DWOCU = DwarfUnit.getNonSkeletonUnitDIE(false).getDwarfUnit(); in convert() local
565 if (!DWOCU->isDWOUnit()) in convert()
578 ReturnDie = DWOCU->getUnitDIE(false); in convert()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp639 DWARFCompileUnit *DWOCU = DWOContext->getDWOCompileUnitForHash(*DWOId); in parseDWO() local
640 if (!DWOCU) in parseDWO()
642 DWO = std::shared_ptr<DWARFCompileUnit>(std::move(DWOContext), DWOCU); in parseDWO()
H A DDWARFContext.cpp1374 for (const auto &DWOCU : dwo_compile_units()) { in getDWOCompileUnitForHash() local
1376 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()