Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DTpiStream.h36 PdbRaw_TpiVer getTpiVersion() const;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStream.h41 PdbRaw_TpiVer getTpiVersion() const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStream.h41 PdbRaw_TpiVer getTpiVersion() const;
/external/llvm-project/llvm/tools/llvm-pdbutil/
DYAMLOutputStyle.cpp292 Obj.TpiStream->Version = TS.getTpiVersion(); in dumpTpiStream()
319 Obj.IpiStream->Version = IS.getTpiVersion(); in dumpIpiStream()
DDumpOutputStyle.cpp1493 static_cast<uint32_t>(Stream.getTpiVersion())); in dumpTpiStream()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DTpiStream.cpp120 PdbRaw_TpiVer TpiStream::getTpiVersion() const { in getTpiVersion() function in TpiStream
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DTpiStream.cpp120 PdbRaw_TpiVer TpiStream::getTpiVersion() const { in getTpiVersion() function in TpiStream
/external/llvm/lib/DebugInfo/PDB/Raw/
DTpiStream.cpp229 PdbRaw_TpiVer TpiStream::getTpiVersion() const { in getTpiVersion() function in TpiStream
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp383 P.printNumber(VerLabel, Tpi->getTpiVersion()); in dumpTpiStream()