Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DDbiStream.h76 bool isStripped() const;
/external/llvm/lib/DebugInfo/PDB/Raw/
DDbiStream.cpp217 bool DbiStream::isStripped() const { in isStripped() function in DbiStream
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp443 P.printBoolean("Is Stripped", DS->isStripped()); in dumpDbiStream()