Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp150 uint64_t DWARFUnit::getDWOId() { in getDWOId() function in llvm::DWARFUnit
306 if (!DWOCU || DWOCU->getDWOId() != getDWOId()) { in parseDWO()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFCompileUnit.cpp27 OS << " DWO_id = " << format("0x%016" PRIx64, *getDWOId()); in dump()
DDWARFContext.cpp601 if (!DWOCU->getDWOId()) { in getDWOCompileUnitForHash()
609 if (DWOCU->getDWOId() == Hash) in getDWOCompileUnitForHash()
DDWARFUnit.cpp362 auto DWOId = getDWOId(); in parseDWO()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h87 Optional<uint64_t> getDWOId() const { return DWOId; } in getDWOId() function
446 Optional<uint64_t> getDWOId() { in getDWOId() function
448 return getHeader().getDWOId(); in getDWOId()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h303 uint64_t getDWOId() const { return DWOId; } in getDWOId() function
DDwarfDebug.cpp590 if (DIUnit->getDWOId()) { in getOrCreateDwarfCompileUnit()
593 DIUnit->getDWOId()); in getOrCreateDwarfCompileUnit()
839 if (CUNode->getDWOId()) in finalizeModuleInfo()
DDwarfCompileUnit.cpp875 Asm->emitInt64(getDWOId()); in emitHeader()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h210 uint64_t getDWOId();
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp508 if (CU->getDWOId()) in emitProfileNotes()
857 if (CU->getDWOId()) in insertCounterWriteout()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp552 if (CU->getDWOId()) in emitProfileNotes()
952 if (CU->getDWOId()) in insertCounterWriteout()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp333 if (llvm::Optional<uint64_t> DWOId = CU->getDWOId()) { in toDie()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugInfo.cpp480 if (CU->getDWOId()) in getReplacementCU()
493 CU->getDWOId(), CU->getSplitDebugInlining(), in getReplacementCU()
DAsmWriter.cpp1889 Printer.printInt("dwoId", N->getDWOId()); in writeDICompileUnit()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp442 if (DIUnit->getDWOId()) { in constructDwarfCompileUnit()
445 DIUnit->getDWOId()); in constructDwarfCompileUnit()
/external/llvm/unittests/IR/
DMetadataTest.cpp1352 EXPECT_EQ(DWOId, N->getDWOId()); in TEST_F()
1369 EXPECT_EQ(DWOId, Temp->getDWOId()); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DMetadataTest.cpp1518 EXPECT_EQ(DWOId, N->getDWOId()); in TEST_F()
1535 EXPECT_EQ(DWOId, Temp->getDWOId()); in TEST_F()
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h1097 uint64_t getDWOId() const { return DWOId; }
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1291 uint64_t getDWOId() const { return DWOId; }
/external/llvm/lib/IR/
DAsmWriter.cpp1699 Printer.printInt("dwoId", N->getDWOId()); in writeDICompileUnit()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1518 Record.push_back(N->getDWOId()); in writeDICompileUnit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1601 Record.push_back(N->getDWOId()); in writeDICompileUnit()