Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/
Dpdbdump-merge-ids-and-types.test4 ; RUN: llvm-pdbutil dump -types %t.3.pdb | FileCheck -check-prefix=TPI-TYPES %s
7 TPI-TYPES: Types (TPI Stream)
8 TPI-TYPES-NEXT: ============================================================
9 TPI-TYPES-NEXT: Showing 9 records
10 TPI-TYPES-NEXT: 0x1000 | LF_POINTER [size = 12]
11 TPI-TYPES-NEXT: referent = 0x0470 (char*), mode = pointer, opts = None, kind = ptr32
12 TPI-TYPES-NEXT: 0x1001 | LF_FIELDLIST [size = 24]
13 TPI-TYPES-NEXT: - LF_MEMBER [name = `FooMember`, Type = 0x0403 (void*), offset = 0, attr…
14 TPI-TYPES-NEXT: 0x1002 | LF_ARGLIST [size = 16]
15 TPI-TYPES-NEXT: 0x0074 (int): `int`
[all …]
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
Dtpi-bytes.test6 TYPE: Type (TPI) Records
21 INVALID-TYPE: Type (TPI) Records
Dpdbdump-readwrite.test33 CHECK: Types (TPI Stream)
Dpdbdump-mergetypes.test7 MERGED: Types (TPI Stream)
Dpdbdump-raw-stream.test62 DISCONTINUITY-NEXT: Stream 2: TPI Stream (dumping 100 / 5,392 bytes)
Devery-type.test19 TYPES: Types (TPI Stream)
Dpdbdump-headers.test29 ALL-NEXT: Stream 2 (5392 bytes): [TPI Stream]
55 ALL-NEXT: Stream 15 ( 308 bytes): [TPI Hash]
96 ALL: Types (TPI Stream)
/external/clang/test/CodeGenObjC/
Dobjc2-ivar-assign.m10 typedef I* TPI; typedef
22 @property TPI propertyTPI;
/external/swiftshader/third_party/llvm-7.0/llvm/docs/PDB/
Dindex.rst95 | TPI Stream | - Fixed Stream Index 2 | - CodeView Type Records |
96 | | | - 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.
DTpiStream.rst2 The PDB TPI Stream
DHashStream.rst2 The TPI & IPI Hash Streams
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-pdbdump/
Dpartial-type-stream.test7 NODEPS: Types (TPI Stream)
16 DEPS: Types (TPI Stream)
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DStreamUtil.h28 TPI, enumerator
DStreamUtil.cpp108 Streams[StreamIdx] = stream(StreamPurpose::TPI, "TPI Stream", StreamIdx); in discoverStreamPurposes()
DExplainOutputStyle.cpp267 case StreamPurpose::TPI: in explainPdbStreamOffset()
/external/llvm/lib/CodeGen/
DTargetPassConfig.cpp567 const PassInfo *TPI = PR->getPassInfo(PrintMachineInstrs.getValue()); in addMachinePasses() local
569 assert (TPI && IPI && "Pass ID not registered!"); in addMachinePasses()
570 const char *TID = (const char *)(TPI->getTypeInfo()); in addMachinePasses()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetPassConfig.cpp810 const PassInfo *TPI = PR->getPassInfo(PrintMachineInstrs.getValue()); in addMachinePasses() local
812 assert (TPI && IPI && "Pass ID not registered!"); in addMachinePasses()
813 const char *TID = (const char *)(TPI->getTypeInfo()); in addMachinePasses()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dllvm-pdbutil.rst350 Dump CodeView type records from TPI stream
354 Dump additional information from the TPI stream, such as hashes and the type
526 Dump the record from the TPI stream with the given type index.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrSystem.td518 def TPI : StoreInherentS<"tpi", 0xB236, null_frag, 0>;
DSystemZScheduleZ196.td1231 def : InstRW<[WLat30, MCD], (instregex "TPI$")>;
DSystemZScheduleZEC12.td1276 def : InstRW<[WLat30, MCD], (instregex "TPI$")>;
/external/llvm/test/DebugInfo/PDB/
Dpdbdump-headers.test26 ; EMPTY-NEXT: Stream 2: [TPI Stream] (5392 bytes)
39 ; EMPTY-NEXT: Stream 15: [TPI Hash] (308 bytes)
78 ; EMPTY-NEXT: Type Info Stream (TPI) {
79 ; EMPTY-NEXT: TPI Version: 20040203
962 ; ALL: Stream 2: [TPI Stream] (5392 bytes)
975 ; ALL: Stream 15: [TPI Hash] (308 bytes)
/external/v8/src/s390/
Dsimulator-s390.h688 EVALUATE(TPI);
Dconstants-s390.h1081 V(tpi, TPI, 0xB236) /* type = S TEST PENDING INTERRUPTION */ \

12