Home
last modified time | relevance | path

Searched refs:getDWOId (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFCompileUnit.cpp34 OS << ", DWO_id = " << format("0x%016" PRIx64, *getDWOId()); in dump()
H A DDWARFUnit.cpp95 else if (auto DWOId = Header.getDWOId()) in addUnitsImpl()
623 auto DWOId = getDWOId(); in parseDWO()
H A DDWARFContext.cpp162 uint64_t Sig = CU ? *Header.getDWOId() : Header.getTypeHash(); in fixupIndexV5()
1376 if (!DWOCU->getDWOId()) { in getDWOCompileUnitForHash()
1384 if (DWOCU->getDWOId() == Hash) in getDWOCompileUnitForHash()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h100 std::optional<uint64_t> getDWOId() const { return DWOId; } in getDWOId() function
458 std::optional<uint64_t> getDWOId() { in getDWOId() function
460 return getHeader().getDWOId(); in getDWOId()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h60 std::optional<uint64_t> GetHeaderDWOId() { return m_header.getDWOId(); } in GetHeaderDWOId()
H A DDWARFUnit.cpp41 m_has_parsed_non_skeleton_unit(false), m_dwo_id(header.getDWOId()) {} in DWARFUnit()
956 else if (auto dwo_id = header.getDWOId()) in extract()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h386 uint64_t getDWOId() const { return DWOId; } in getDWOId() function
H A DDwarfDebug.cpp1059 if (DIUnit->getDWOId()) { in finishUnitAttributes()
1062 DIUnit->getDWOId()); in finishUnitAttributes()
1388 if (CUNode->getDWOId()) in finalizeModuleInfo()
H A DDwarfCompileUnit.cpp1498 Asm->emitInt64(getDWOId()); in emitHeader()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp563 if (DwarfUnit.getDWOId()) { in convert()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp785 if (CU->getDWOId()) in emitProfileNotes()
1123 if (CU->getDWOId()) in insertCounterWriteout()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp475 if (std::optional<uint64_t> DWOId = CU->getDWOId()) { in toDie()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp714 if (CU->getDWOId()) in getReplacementCU()
727 CU->getDWOId(), CU->getSplitDebugInlining(), in getReplacementCU()
H A DAsmWriter.cpp2268 Printer.printInt("dwoId", N->getDWOId()); in writeDICompileUnit()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1523 Record.push_back(N->getDWOId()); in writeDICompileUnit()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1587 uint64_t getDWOId() const { return DWOId; } in getDWOId() function
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1987 Record.push_back(N->getDWOId()); in writeDICompileUnit()