| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/ |
| H A D | pdbdump-merge-ids-and-types.test | 7 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 D | pdbdump-mergeids.test | 5 ; 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 D | tpi-bytes.test | 6 TYPE: Type (TPI) Records 21 INVALID-TYPE: Type (TPI) Records
|
| H A D | pdbdump-readwrite.test | 33 CHECK: Types (TPI Stream)
|
| H A D | pdbdump-mergetypes.test | 7 MERGED: Types (TPI Stream)
|
| H A D | pdbdump-raw-stream.test | 62 DISCONTINUITY-NEXT: Stream 2: TPI Stream (dumping 100 / 5,392 bytes)
|
| H A D | pdb-resolve-forward-refs.test | 4 ; CHECK: Types (TPI Stream)
|
| /llvm-project-15.0.7/llvm/docs/PDB/ |
| H A D | TpiStream.rst | 2 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 D | index.rst | 94 | 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 D | PdbStream.rst | 70 :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 D | CodeViewTypes.rst | 31 bytes (if this type stream appears in a TPI/IPI stream of a PDB) or not padded at
|
| H A D | CodeViewSymbols.rst | 30 * Type records only appear in the :doc:`TPI & IPI streams <TpiStream>`.
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-pdbutil/ |
| H A D | partial-type-stream.test | 9 NODEPS: Types (TPI Stream) 18 DEPS: Types (TPI Stream) 34 SIMPLE: Types (TPI Stream)
|
| H A D | stripped.test | 28 ; 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 D | objc2-ivar-assign.m | 10 typedef I* TPI; typedef 22 @property TPI propertyTPI;
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | precomp-summary-fail.test | 3 smaller than the TPI stream, which would previously trigger a crash with 19 SUMMARY-NEXT: 3 Merged TPI records
|
| H A D | precomp-ghash.test | 3 # have properly remapped indices to corresponding TPI records. 44 CHECK: Types (TPI Stream)
|
| H A D | pdb-type-server-simple.test | 31 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 D | precomp-link-samename.test | 8 CHECK: Types (TPI Stream)
|
| H A D | precomp-link.test | 51 CHECK: Types (TPI Stream) 69 SUMMARY-NEXT: 874 Merged TPI records
|
| H A D | pdb-global-hashes.test | 41 CHECK: Types (TPI Stream)
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/ |
| H A D | merge-ids-and-types-1.yaml | 1 # 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 D | StreamUtil.h | 27 TPI, enumerator
|
| H A D | StreamUtil.cpp | 107 Streams[StreamIdx] = stream(StreamPurpose::TPI, "TPI Stream", StreamIdx); in discoverStreamPurposes()
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-pdbutil.rst | 352 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.
|