Home
last modified time | relevance | path

Searched full:tpistream (Results 1 – 25 of 33) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DTpiStream.cpp1 //===- TpiStream.cpp - PDB Type Info (TPI) Stream 2 Access ----------------===//
10 #include "llvm/DebugInfo/PDB/Native/TpiStream.h"
34 TpiStream::TpiStream(PDBFile &File, std::unique_ptr<MappedBlockStream> Stream) in TpiStream() function in TpiStream
37 TpiStream::~TpiStream() = default;
39 Error TpiStream::reload() { in reload()
119 PdbRaw_TpiVer TpiStream::getTpiVersion() const { in getTpiVersion()
124 uint32_t TpiStream::TypeIndexBegin() const { return Header->TypeIndexBegin; } in TypeIndexBegin()
126 uint32_t TpiStream::TypeIndexEnd() const { return Header->TypeIndexEnd; } in TypeIndexEnd()
128 uint32_t TpiStream::getNumTypeRecords() const { in getNumTypeRecords()
132 uint16_t TpiStream::getTypeHashStreamIndex() const { in getTypeHashStreamIndex()
[all …]
DPDBFile.cpp22 #include "llvm/DebugInfo/PDB/Native/TpiStream.h"
300 Expected<TpiStream &> PDBFile::getPDBTpiStream() { in getPDBTpiStream()
305 auto TempTpi = llvm::make_unique<TpiStream>(*this, std::move(*TpiS)); in getPDBTpiStream()
313 Expected<TpiStream &> PDBFile::getPDBIpiStream() { in getPDBIpiStream()
321 auto TempIpi = llvm::make_unique<TpiStream>(*this, std::move(*IpiS)); in getPDBIpiStream()
/external/llvm/lib/DebugInfo/PDB/Raw/
DTpiStream.cpp1 //===- TpiStream.cpp - PDB Type Info (TPI) Stream 2 Access ----------------===//
10 #include "llvm/DebugInfo/PDB/Raw/TpiStream.h"
38 struct TpiStream::HeaderInfo {
61 TpiStream::TpiStream(const PDBFile &File, in TpiStream() function in TpiStream
65 TpiStream::~TpiStream() {} in ~TpiStream()
149 Error TpiStream::verifyHashValues() { in verifyHashValues()
155 Error TpiStream::reload() { in reload()
229 PdbRaw_TpiVer TpiStream::getTpiVersion() const { in getTpiVersion()
234 uint32_t TpiStream::TypeIndexBegin() const { return Header->TypeIndexBegin; } in TypeIndexBegin()
236 uint32_t TpiStream::TypeIndexEnd() const { return Header->TypeIndexEnd; } in TypeIndexEnd()
[all …]
DPDBFile.cpp25 #include "llvm/DebugInfo/PDB/Raw/TpiStream.h"
202 Expected<TpiStream &> PDBFile::getPDBTpiStream() { in getPDBTpiStream()
207 auto TempTpi = llvm::make_unique<TpiStream>(*this, std::move(*TpiS)); in getPDBTpiStream()
215 Expected<TpiStream &> PDBFile::getPDBIpiStream() { in getPDBIpiStream()
220 auto TempIpi = llvm::make_unique<TpiStream>(*this, std::move(*IpiS)); in getPDBIpiStream()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h40 class TpiStream; variable
98 Expected<TpiStream &> getPDBTpiStream();
99 Expected<TpiStream &> getPDBIpiStream();
133 std::unique_ptr<TpiStream> Tpi;
134 std::unique_ptr<TpiStream> Ipi;
DTpiStream.h1 //===- TpiStream.cpp - PDB Type Info (TPI) Stream 2 Access ------*- C++ -*-===//
34 class TpiStream {
38 TpiStream(PDBFile &File, std::unique_ptr<msf::MappedBlockStream> Stream);
39 ~TpiStream();
DTpiStreamBuilder.h45 class TpiStream;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DTpiStream.h1 //===- TpiStream.cpp - PDB Type Info (TPI) Stream 2 Access ------*- C++ -*-===//
28 class TpiStream {
32 TpiStream(const PDBFile &File, std::unique_ptr<MappedBlockStream> Stream);
33 ~TpiStream();
DPDBFile.h38 class TpiStream; variable
116 Expected<TpiStream &> getPDBTpiStream();
117 Expected<TpiStream &> getPDBIpiStream();
137 std::unique_ptr<TpiStream> Tpi;
138 std::unique_ptr<TpiStream> Ipi;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DYAMLOutputStyle.cpp25 #include "llvm/DebugInfo/PDB/Native/TpiStream.h"
278 if (!opts::pdb2yaml::TpiStream) in dumpTpiStream()
286 Obj.TpiStream.emplace(); in dumpTpiStream()
287 Obj.TpiStream->Version = TS.getTpiVersion(); in dumpTpiStream()
292 Obj.TpiStream->Records.push_back(*ExpectedRecord); in dumpTpiStream()
DAnalyze.cpp20 #include "llvm/DebugInfo/PDB/Native/TpiStream.h"
50 explicit HashLookupVisitor(TpiStream &Tpi) : Tpi(Tpi) {} in HashLookupVisitor()
63 TpiStream &Tpi;
DPdbYaml.cpp111 IO.mapOptional("TpiStream", Obj.TpiStream); in mapping()
DPdbYaml.h103 Optional<PdbTpiStream> TpiStream; member
DStreamUtil.cpp20 #include "llvm/DebugInfo/PDB/Native/TpiStream.h"
Dllvm-pdbutil.h186 extern llvm::cl::opt<bool> TpiStream;
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/Inputs/
Dlongname-truncation.yaml2 TpiStream:
Dmerge-types-1.yaml2 TpiStream:
Dmerge-types-2.yaml2 TpiStream:
Dmerge-ids-and-types-1.yaml21 TpiStream:
Dmerge-ids-and-types-2.yaml28 TpiStream:
Devery-type.yaml2 TpiStream:
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/
Dpdb-invalid-type.test8 TpiStream:
/external/llvm/lib/DebugInfo/PDB/
DCMakeLists.txt49 Raw/TpiStream.cpp)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DCMakeLists.txt67 Native/TpiStream.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/docs/PDB/
Dindex.rst50 TpiStream
139 :doc:`TpiStream`

12