Searched refs:getDWOId (Results 1 – 18 of 18) sorted by relevance
34 OS << ", DWO_id = " << format("0x%016" PRIx64, *getDWOId()); in dump()
1688 if (DU->getDWOId()) { in verifyNameIndexEntries()1695 if (DU->getDWOId() && !NonSkeletonUnit->isDWOUnit()) { in verifyNameIndexEntries()1967 if (!CU->getDWOId()) in extractCUsTus()2015 if (!(CU->getVersion() >= 5 && CU->getDWOId())) in verifyDebugNames()2072 if (CU->getDWOId()) { in verifyDebugNames()
95 else if (auto DWOId = Header.getDWOId()) in addUnitsImpl()622 auto DWOId = getDWOId(); in parseDWO()
160 uint64_t Sig = CU ? *Header.getDWOId() : Header.getTypeHash(); in fixupIndexV5()1371 if (!DWOCU->getDWOId()) { in getDWOCompileUnitForHash()1379 if (DWOCU->getDWOId() == Hash) in getDWOCompileUnitForHash()
102 std::optional<uint64_t> getDWOId() const { return DWOId; } in getDWOId() function462 std::optional<uint64_t> getDWOId() { in getDWOId() function464 return getHeader().getDWOId(); in getDWOId()
393 uint64_t getDWOId() const { return DWOId; } in getDWOId() function
1065 if (DIUnit->getDWOId()) { in finishUnitAttributes()1068 DIUnit->getDWOId()); in finishUnitAttributes()1398 if (CUNode->getDWOId()) in finalizeModuleInfo()
1544 Asm->emitInt64(getDWOId()); in emitHeader()
62 std::optional<uint64_t> GetHeaderDWOId() { return m_header.getDWOId(); } in GetHeaderDWOId()
43 m_has_parsed_non_skeleton_unit(false), m_dwo_id(header.getDWOId()) {} in DWARFUnit()1030 else if (auto dwo_id = header.getDWOId()) in extract()
767 if (CU->getDWOId()) in emitProfileNotes()1140 if (CU->getDWOId()) in insertCounterWriteout()
632 if (DwarfUnit.getDWOId()) { in convert()
485 if (std::optional<uint64_t> DWOId = CU->getDWOId()) { in toDie()
736 if (CU->getDWOId()) in getReplacementCU()749 CU->getDWOId(), CU->getSplitDebugInlining(), in getReplacementCU()
2425 Printer.printInt("dwoId", N->getDWOId()); in writeDICompileUnit()
1523 Record.push_back(N->getDWOId()); in writeDICompileUnit()
2135 uint64_t getDWOId() const { return DWOId; } in getDWOId() function
2124 Record.push_back(N->getDWOId()); in writeDICompileUnit()