Home
last modified time | relevance | path

Searched refs:getDWOId (Results 1 – 8 of 8) 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/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/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/llvm/include/llvm/IR/
DDebugInfoMetadata.h1097 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()