Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h116 bool hasPDBTpiStream() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp454 bool PDBFile::hasPDBTpiStream() const { return StreamTPI < getNumStreams(); } in hasPDBTpiStream() function in PDBFile
H A DInputFile.cpp390 return pdb().hasPDBTpiStream(); in hasTypes()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp259 P.formatLine("Has Types: {0}", getPdb().hasPDBTpiStream()); in dumpFileSummary()
1340 Present = getPdb().hasPDBTpiStream(); in dumpTpiStream()
H A Dllvm-pdbutil.cpp1331 if (File.hasPDBTpiStream()) { in mergePdbs()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp903 if (!Pdb.hasPDBTpiStream() || !Pdb.hasPDBDbiStream()) in createScopes()