Searched refs:DWOCU (Results 1 – 4 of 4) 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()
599 for (const auto &DWOCU : dwo_compile_units()) { in getDWOCompileUnitForHash() local601 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()
369 DWARFCompileUnit *DWOCU = DWOContext->getDWOCompileUnitForHash(*DWOId); in parseDWO() local370 if (!DWOCU) in parseDWO()372 DWO = std::shared_ptr<DWARFCompileUnit>(std::move(DWOContext), DWOCU); in parseDWO()