Searched refs:getDWOId (Results 1 – 17 of 17) sorted by relevance
34 OS << ", DWO_id = " << format("0x%016" PRIx64, *getDWOId()); in dump()
95 else if (auto DWOId = Header.getDWOId()) in addUnitsImpl()623 auto DWOId = getDWOId(); in parseDWO()
162 uint64_t Sig = CU ? *Header.getDWOId() : Header.getTypeHash(); in fixupIndexV5()1376 if (!DWOCU->getDWOId()) { in getDWOCompileUnitForHash()1384 if (DWOCU->getDWOId() == Hash) in getDWOCompileUnitForHash()
100 std::optional<uint64_t> getDWOId() const { return DWOId; } in getDWOId() function458 std::optional<uint64_t> getDWOId() { in getDWOId() function460 return getHeader().getDWOId(); in getDWOId()
60 std::optional<uint64_t> GetHeaderDWOId() { return m_header.getDWOId(); } in GetHeaderDWOId()
41 m_has_parsed_non_skeleton_unit(false), m_dwo_id(header.getDWOId()) {} in DWARFUnit()956 else if (auto dwo_id = header.getDWOId()) in extract()
386 uint64_t getDWOId() const { return DWOId; } in getDWOId() function
1059 if (DIUnit->getDWOId()) { in finishUnitAttributes()1062 DIUnit->getDWOId()); in finishUnitAttributes()1388 if (CUNode->getDWOId()) in finalizeModuleInfo()
1498 Asm->emitInt64(getDWOId()); in emitHeader()
563 if (DwarfUnit.getDWOId()) { in convert()
785 if (CU->getDWOId()) in emitProfileNotes() 1123 if (CU->getDWOId()) in insertCounterWriteout()
475 if (std::optional<uint64_t> DWOId = CU->getDWOId()) { in toDie()
714 if (CU->getDWOId()) in getReplacementCU()727 CU->getDWOId(), CU->getSplitDebugInlining(), in getReplacementCU()
2268 Printer.printInt("dwoId", N->getDWOId()); in writeDICompileUnit()
1523 Record.push_back(N->getDWOId()); in writeDICompileUnit()
1587 uint64_t getDWOId() const { return DWOId; } in getDWOId() function
1987 Record.push_back(N->getDWOId()); in writeDICompileUnit()