/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 150 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/ |
D | DWARFCompileUnit.cpp | 27 OS << " DWO_id = " << format("0x%016" PRIx64, *getDWOId()); in dump()
|
D | DWARFContext.cpp | 601 if (!DWOCU->getDWOId()) { in getDWOCompileUnitForHash() 609 if (DWOCU->getDWOId() == Hash) in getDWOCompileUnitForHash()
|
D | DWARFUnit.cpp | 362 auto DWOId = getDWOId(); in parseDWO()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 87 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/ |
D | DwarfCompileUnit.h | 303 uint64_t getDWOId() const { return DWOId; } in getDWOId() function
|
D | DwarfDebug.cpp | 590 if (DIUnit->getDWOId()) { in getOrCreateDwarfCompileUnit() 593 DIUnit->getDWOId()); in getOrCreateDwarfCompileUnit() 839 if (CUNode->getDWOId()) in finalizeModuleInfo()
|
D | DwarfCompileUnit.cpp | 875 Asm->emitInt64(getDWOId()); in emitHeader()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 210 uint64_t getDWOId();
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 508 if (CU->getDWOId()) in emitProfileNotes() 857 if (CU->getDWOId()) in insertCounterWriteout()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 552 if (CU->getDWOId()) in emitProfileNotes() 952 if (CU->getDWOId()) in insertCounterWriteout()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/ |
D | llvm-dwarfdump.cpp | 333 if (llvm::Optional<uint64_t> DWOId = CU->getDWOId()) { in toDie()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DebugInfo.cpp | 480 if (CU->getDWOId()) in getReplacementCU() 493 CU->getDWOId(), CU->getSplitDebugInlining(), in getReplacementCU()
|
D | AsmWriter.cpp | 1889 Printer.printInt("dwoId", N->getDWOId()); in writeDICompileUnit()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 442 if (DIUnit->getDWOId()) { in constructDwarfCompileUnit() 445 DIUnit->getDWOId()); in constructDwarfCompileUnit()
|
/external/llvm/unittests/IR/ |
D | MetadataTest.cpp | 1352 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/ |
D | MetadataTest.cpp | 1518 EXPECT_EQ(DWOId, N->getDWOId()); in TEST_F() 1535 EXPECT_EQ(DWOId, Temp->getDWOId()); in TEST_F()
|
/external/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1097 uint64_t getDWOId() const { return DWOId; }
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1291 uint64_t getDWOId() const { return DWOId; }
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 1699 Printer.printInt("dwoId", N->getDWOId()); in writeDICompileUnit()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1518 Record.push_back(N->getDWOId()); in writeDICompileUnit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1601 Record.push_back(N->getDWOId()); in writeDICompileUnit()
|