Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFCompileUnit.cpp31 OS << ", DWO_id = " << format("0x%016" PRIx64, *getDWOId()); in dump()
H A DDWARFContext.cpp712 if (!DWOCU->getDWOId()) { in getDWOCompileUnitForHash()
720 if (DWOCU->getDWOId() == Hash) in getDWOCompileUnitForHash()
H A DDWARFUnit.cpp538 auto DWOId = getDWOId(); in parseDWO()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h92 Optional<uint64_t> getDWOId() const { return DWOId; } in getDWOId() function
396 Optional<uint64_t> getDWOId() { in getDWOId() function
398 return getHeader().getDWOId(); in getDWOId()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h362 uint64_t getDWOId() const { return DWOId; } in getDWOId() function
H A DDwarfDebug.cpp1075 if (DIUnit->getDWOId()) { in finishUnitAttributes()
1078 DIUnit->getDWOId()); in finishUnitAttributes()
1416 if (CUNode->getDWOId()) in finalizeModuleInfo()
H A DDwarfCompileUnit.cpp1344 Asm->emitInt64(getDWOId()); in emitHeader()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp835 if (CU->getDWOId()) in emitProfileNotes()
1169 if (CU->getDWOId()) in insertCounterWriteout()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp386 if (llvm::Optional<uint64_t> DWOId = CU->getDWOId()) { in toDie()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp565 if (CU->getDWOId()) in getReplacementCU()
578 CU->getDWOId(), CU->getSplitDebugInlining(), in getReplacementCU()
H A DAsmWriter.cpp2138 Printer.printInt("dwoId", N->getDWOId()); in writeDICompileUnit()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1479 uint64_t getDWOId() const { return DWOId; } in getDWOId() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1774 Record.push_back(N->getDWOId()); in writeDICompileUnit()