Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h116 bool hasPDBTpiStream() const;
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp455 bool PDBFile::hasPDBTpiStream() const { return StreamTPI < getNumStreams(); } in hasPDBTpiStream() function in PDBFile
DInputFile.cpp389 return pdb().hasPDBTpiStream(); in hasTypes()
/openbsd/src/gnu/llvm/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp258 P.formatLine("Has Types: {0}", getPdb().hasPDBTpiStream()); in dumpFileSummary()
1340 Present = getPdb().hasPDBTpiStream(); in dumpTpiStream()
Dllvm-pdbutil.cpp1333 if (File.hasPDBTpiStream()) { in mergePdbs()