OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TpiStream
(Results
1 - 17
of
17
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
TpiStream.cpp
1
//===-
TpiStream
.cpp - PDB Type Info (TPI) Stream 2 Access ----------------===//
9
#include "llvm/DebugInfo/PDB/Native/
TpiStream
.h"
36
TpiStream
::
TpiStream
(PDBFile &File, std::unique_ptr<MappedBlockStream> Stream)
39
TpiStream
::~
TpiStream
() = default;
41
Error
TpiStream
::reload() {
120
PdbRaw_TpiVer
TpiStream
::getTpiVersion() const {
125
uint32_t
TpiStream
::TypeIndexBegin() const { return Header->TypeIndexBegin; }
127
uint32_t
TpiStream
::TypeIndexEnd() const { return Header->TypeIndexEnd;
[
all
...]
PDBFile.cpp
22
#include "llvm/DebugInfo/PDB/Native/
TpiStream
.h"
302
Expected<
TpiStream
&> PDBFile::getPDBTpiStream() {
307
auto TempTpi = std::make_unique<
TpiStream
>(*this, std::move(*TpiS));
315
Expected<
TpiStream
&> PDBFile::getPDBIpiStream() {
323
auto TempIpi = std::make_unique<
TpiStream
>(*this, std::move(*IpiS));
NativeTypeFunctionSig.cpp
15
#include "llvm/DebugInfo/PDB/Native/
TpiStream
.h"
102
TpiStream
&Tpi = cantFail(Session.getPDBFile().getPDBTpiStream());
NativeTypeEnum.cpp
18
#include "llvm/DebugInfo/PDB/Native/
TpiStream
.h"
66
TpiStream
&Tpi = cantFail(Session.getPDBFile().getPDBTpiStream());
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
TypeReferenceTracker.h
25
class
TpiStream
;
57
TpiStream
*Tpi = nullptr;
MinimalTypeDumper.h
22
class
TpiStream
;
32
pdb::
TpiStream
*Stream)
65
pdb::
TpiStream
*Stream = nullptr;
PdbYaml.h
106
Optional<PdbTpiStream>
TpiStream
;
YAMLOutputStyle.cpp
27
#include "llvm/DebugInfo/PDB/Native/
TpiStream
.h"
283
if (!opts::pdb2yaml::
TpiStream
)
291
Obj.
TpiStream
.emplace();
292
Obj.
TpiStream
->Version = TS.getTpiVersion();
297
Obj.
TpiStream
->Records.push_back(*ExpectedRecord);
PdbYaml.cpp
111
IO.mapOptional("
TpiStream
", Obj.
TpiStream
);
llvm-pdbutil.h
195
extern llvm::cl::opt<bool>
TpiStream
;
llvm-pdbutil.cpp
61
#include "llvm/DebugInfo/PDB/Native/
TpiStream
.h"
664
cl::opt<bool>
TpiStream
("tpi-stream",
837
const auto &Tpi = YamlObj.
TpiStream
.getValueOr(DefaultTpiStream);
1487
opts::pdb2yaml::
TpiStream
= true;
MinimalTypeDumper.cpp
23
#include "llvm/DebugInfo/PDB/Native/
TpiStream
.h"
32
ClassOptions Options,
TpiStream
*Stream,
DumpOutputStyle.cpp
50
#include "llvm/DebugInfo/PDB/Native/
TpiStream
.h"
1309
TpiStream
*Stream, bool Bytes, bool Extras) {
1326
TpiStream
&Stream, ArrayRef<TypeIndex> TiList,
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
TpiStream.h
1
//===-
TpiStream
.cpp - PDB Type Info (TPI) Stream 2 Access ------*- C++ -*-===//
33
class
TpiStream
{
37
TpiStream
(PDBFile &File, std::unique_ptr<msf::MappedBlockStream> Stream);
38
~
TpiStream
();
PDBFile.h
40
class
TpiStream
;
103
Expected<
TpiStream
&> getPDBTpiStream();
104
Expected<
TpiStream
&> getPDBIpiStream();
135
std::unique_ptr<
TpiStream
> Tpi;
136
std::unique_ptr<
TpiStream
> Ipi;
TpiStreamBuilder.h
44
class
TpiStream
;
/src/external/apache2/llvm/lib/libLLVMDebugInfoPDB/
Makefile
102
TpiStream
.cpp
Completed in 26 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026