Home
last modified time | relevance | path

Searched refs:hasPDBTpiStream (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h112 bool hasPDBTpiStream() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp445 bool PDBFile::hasPDBTpiStream() const { return StreamTPI < getNumStreams(); } in hasPDBTpiStream() function in PDBFile
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DInputFile.cpp334 return pdb().hasPDBTpiStream(); in hasTypes()
DDumpOutputStyle.cpp220 P.formatLine("Has Types: {0}", getPdb().hasPDBTpiStream()); in dumpFileSummary()
1216 Present = getPdb().hasPDBTpiStream(); in dumpTpiStream()
Dllvm-pdbutil.cpp1179 if (File.hasPDBTpiStream()) { in mergePdbs()