Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h114 bool hasPDBPublicsStream();
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp439 bool PDBFile::hasPDBPublicsStream() { in hasPDBPublicsStream() function in PDBFile
/openbsd/src/gnu/llvm/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp261 P.formatLine("Has Publics: {0}", getPdb().hasPDBPublicsStream()); in dumpFileSummary()
1635 if (!getPdb().hasPDBPublicsStream()) { in dumpPublics()