Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h110 bool hasPDBPublicsStream();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp429 bool PDBFile::hasPDBPublicsStream() { in hasPDBPublicsStream() function in PDBFile
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp223 P.formatLine("Has Publics: {0}", getPdb().hasPDBPublicsStream()); in dumpFileSummary()
1428 if (!getPdb().hasPDBPublicsStream()) { in dumpPublics()