Home
last modified time | relevance | path

Searched refs:TPI (Results 1 – 25 of 38) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/
H A Dpdbdump-merge-ids-and-types.test7 TPI-TYPES: Types (TPI Stream)
9 TPI-TYPES-NEXT: Showing 9 records
10 TPI-TYPES-NEXT: 0x1000 | LF_POINTER [size = 12]
12 TPI-TYPES-NEXT: 0x1001 | LF_FIELDLIST [size = 24]
14 TPI-TYPES-NEXT: 0x1002 | LF_ARGLIST [size = 16]
15 TPI-TYPES-NEXT: 0x0074 (int): `int`
16 TPI-TYPES-NEXT: 0x1000: `char**`
18 TPI-TYPES-NEXT: unique name: `FooBar`
21 TPI-TYPES-NEXT: 0x1004 | LF_POINTER [size = 12]
23 TPI-TYPES-NEXT: 0x1005 | LF_ARGLIST [size = 12]
[all …]
H A Dpdbdump-mergeids.test5 ; RUN: llvm-pdbutil dump -types %t.3.pdb | FileCheck -check-prefix=TPI-EMPTY %s
22 TPI-EMPTY: Types (TPI Stream)
23 TPI-EMPTY-NEXT: ============================================================
24 TPI-EMPTY-NEXT: Showing 0 records
H A Dtpi-bytes.test6 TYPE: Type (TPI) Records
21 INVALID-TYPE: Type (TPI) Records
H A Dpdbdump-readwrite.test33 CHECK: Types (TPI Stream)
H A Dpdbdump-mergetypes.test7 MERGED: Types (TPI Stream)
H A Dpdbdump-raw-stream.test62 DISCONTINUITY-NEXT: Stream 2: TPI Stream (dumping 100 / 5,392 bytes)
H A Dpdb-resolve-forward-refs.test4 ; CHECK: Types (TPI Stream)
/llvm-project-15.0.7/llvm/docs/PDB/
H A DTpiStream.rst2 The PDB TPI and IPI Streams
13 The PDB TPI Stream (Index 2) and IPI Stream (Index 4) contain information about
31 TPI vs IPI Stream
35 have 2 streams with identical layout, henceforth referred to as the TPI stream
37 format apply equally whether it is for the TPI Stream or the IPI Stream. The
42 | TPI Stream | IPI Stream |
94 object file's ``.debug$T`` section or a PDB file's TPI or IPI stream. The
96 by the ``TypeIndexBegin`` member of the :ref:`TPI Stream Header <tpi_header>`
206 At offset 0 of the TPI Stream is a header with the following layout:
259 type records in the TPI stream can be computed as ``TypeIndexEnd -
[all …]
H A Dindex.rst94 | TPI Stream | - Fixed Stream Index 2 | - CodeView Type Records |
95 | | | - Index of TPI Hash Stream |
126 | TPI Hash Stream | - Contained in TPI Stream | - Hash table for looking up TPI records |
140 Information about the TPI stream and the CodeView records contained within.
160 :doc:`TPI/IPI Stream <TpiStream>`.
H A DPdbStream.rst70 :doc:`TPI Stream <TpiStream>` has a fixed index and as such there is no need to
81 Some streams are located by fixed indices (e.g TPI Stream has index 2), but
127 | | TPI Stream, although it's unclear why this |
131 | | - There is no TPI / IPI stream, all type info |
H A DCodeViewTypes.rst31 bytes (if this type stream appears in a TPI/IPI stream of a PDB) or not padded at
H A DCodeViewSymbols.rst30 * Type records only appear in the :doc:`TPI & IPI streams <TpiStream>`.
/llvm-project-15.0.7/llvm/test/tools/llvm-pdbutil/
H A Dpartial-type-stream.test9 NODEPS: Types (TPI Stream)
18 DEPS: Types (TPI Stream)
34 SIMPLE: Types (TPI Stream)
H A Dstripped.test28 ; CHECK-NEXT: Stream 2 ( 56 bytes): [TPI Stream]
44 ; CHECK-NEXT: Stream 10 ( 0 bytes): [TPI Hash]
82 ; CHECK: Types (TPI Stream)
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dobjc2-ivar-assign.m10 typedef I* TPI; typedef
22 @property TPI propertyTPI;
/llvm-project-15.0.7/lld/test/COFF/
H A Dprecomp-summary-fail.test3 smaller than the TPI stream, which would previously trigger a crash with
19 SUMMARY-NEXT: 3 Merged TPI records
H A Dprecomp-ghash.test3 # have properly remapped indices to corresponding TPI records.
44 CHECK: Types (TPI Stream)
H A Dpdb-type-server-simple.test31 CHECK-LABEL: Types (TPI Stream)
110 SUMMARY-NEXT: 9 Merged TPI records
117 SUMMARY: Top 10 types responsible for the most TPI input:
H A Dprecomp-link-samename.test8 CHECK: Types (TPI Stream)
H A Dprecomp-link.test51 CHECK: Types (TPI Stream)
69 SUMMARY-NEXT: 874 Merged TPI records
H A Dpdb-global-hashes.test41 CHECK: Types (TPI Stream)
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/
H A Dmerge-ids-and-types-1.yaml1 # The idea is to set up some types in the TPI stream, and then have records in
3 # can refer to TPI records. They are:
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DStreamUtil.h27 TPI, enumerator
H A DStreamUtil.cpp107 Streams[StreamIdx] = stream(StreamPurpose::TPI, "TPI Stream", StreamIdx); in discoverStreamPurposes()
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-pdbutil.rst352 Dump CodeView type records from TPI stream
356 Dump additional information from the TPI stream, such as hashes and the type
528 Dump the record from the TPI stream with the given type index.

12