Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DDbiStream.h74 bool isIncrementallyLinked() const;
/external/llvm/lib/DebugInfo/PDB/Raw/
DDbiStream.cpp209 bool DbiStream::isIncrementallyLinked() const { in isIncrementallyLinked() function in DbiStream
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp441 P.printBoolean("Incremental Linking", DS->isIncrementallyLinked()); in dumpDbiStream()