Home
last modified time | relevance | path

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

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