Home
last modified time | relevance | path

Searched refs:getTpiVersion (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h42 PdbRaw_TpiVer getTpiVersion() const;
/src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp292 Obj.TpiStream->Version = TS.getTpiVersion(); in dumpTpiStream()
319 Obj.IpiStream->Version = IS.getTpiVersion(); in dumpIpiStream()
H A DDumpOutputStyle.cpp1391 static_cast<uint32_t>(Stream.getTpiVersion())); in dumpTpiStream()
/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp120 PdbRaw_TpiVer TpiStream::getTpiVersion() const { in getTpiVersion() function in TpiStream