OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Tpi
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
TypeReferenceTracker.h
57
TpiStream *
Tpi
= nullptr;
StreamUtil.cpp
71
auto
Tpi
= File.getPDBTpiStream();
107
Streams[StreamIdx] = stream(StreamPurpose::
TPI
, "
TPI
Stream", StreamIdx);
119
else if (
Tpi
&& StreamIdx ==
Tpi
->getTypeHashStreamIndex())
121
stream(StreamPurpose::TpiHash, "
TPI
Hash", StreamIdx);
122
else if (
Tpi
&& StreamIdx ==
Tpi
->getTypeHashStreamAuxIndex())
124
stream(StreamPurpose::Other, "
TPI
Aux Hash", StreamIdx);
188
if (!
Tpi
)
[
all
...]
llvm-pdbutil.cpp
480
cl::desc("dump CodeView type records from
TPI
stream"),
484
cl::desc("dump CodeView type record raw bytes from
TPI
stream"),
664
cl::opt<bool> TpiStream("
tpi
-stream",
665
cl::desc("Dump the
TPI
Stream (Stream 3)"),
837
const auto &
Tpi
= YamlObj.TpiStream.getValueOr(DefaultTpiStream);
838
TpiBuilder.setVersionHeader(
Tpi
.Version);
840
for (const auto &R :
Tpi
.Records) {
1301
// Create a
Tpi
and Ipi type table with all types from all input files.
1308
auto &
Tpi
= ExitOnErr(File.getPDBTpiStream());
1310
codeview::mergeTypeRecords(MergedTpi, TypeMap,
Tpi
.typeArray()))
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
PDBFile.h
135
std::unique_ptr<TpiStream>
Tpi
;
PDBFileBuilder.h
92
std::unique_ptr<TpiStreamBuilder>
Tpi
;
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeInlineSiteSymbol.cpp
58
auto
Tpi
= Session.getPDBFile().getPDBTpiStream();
59
if (!
Tpi
) {
60
consumeError(
Tpi
.takeError());
69
LazyRandomTypeCollection &Types =
Tpi
->typeCollection();
NativeTypeFunctionSig.cpp
102
TpiStream &
Tpi
= cantFail(Session.getPDBFile().getPDBTpiStream());
103
CVType CVT =
Tpi
.typeCollection().getType(ArgListTI);
NativeTypeEnum.cpp
66
TpiStream &
Tpi
= cantFail(Session.getPDBFile().getPDBTpiStream());
67
LazyRandomTypeCollection &Types =
Tpi
.typeCollection();
SymbolCache.cpp
90
auto
Tpi
= Session.getPDBFile().getPDBTpiStream();
91
if (!
Tpi
) {
92
consumeError(
Tpi
.takeError());
95
auto &Types =
Tpi
->typeCollection();
168
auto
Tpi
= Session.getPDBFile().getPDBTpiStream();
169
if (!
Tpi
) {
170
consumeError(
Tpi
.takeError());
173
codeview::LazyRandomTypeCollection &Types =
Tpi
->typeCollection();
177
Expected<TypeIndex> EFD =
Tpi
->findFullDeclForForwardRef(Index);
Completed in 19 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026