Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h44 LLVM_ABI PdbRaw_TpiVer getTpiVersion() const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp301 Obj.TpiStream->Version = TS.getTpiVersion(); in dumpTpiStream()
328 Obj.IpiStream->Version = IS.getTpiVersion(); in dumpIpiStream()
H A DDumpOutputStyle.cpp1391 static_cast<uint32_t>(Stream.getTpiVersion())); in dumpTpiStream()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp119 PdbRaw_TpiVer TpiStream::getTpiVersion() const { in getTpiVersion() function in TpiStream