Home
last modified time | relevance | path

Searched refs:isIncrementallyLinked (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStream.h51 bool isIncrementallyLinked() const;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStream.h51 bool isIncrementallyLinked() const;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DDbiStream.h74 bool isIncrementallyLinked() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStream.cpp164 bool DbiStream::isIncrementallyLinked() const { in isIncrementallyLinked() function in DbiStream
/external/llvm/lib/DebugInfo/PDB/Raw/
DDbiStream.cpp209 bool DbiStream::isIncrementallyLinked() const { in isIncrementallyLinked() function in DbiStream
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DDbiStream.cpp164 bool DbiStream::isIncrementallyLinked() const { in isIncrementallyLinked() function in DbiStream
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp441 P.printBoolean("Incremental Linking", DS->isIncrementallyLinked()); in dumpDbiStream()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp264 P.formatLine("Is incrementally linked: {0}", DBI.isIncrementallyLinked()); in dumpFileSummary()