Searched refs:TPI (Results 1 – 25 of 31) sorted by relevance
12
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/ |
D | pdbdump-merge-ids-and-types.test | 4 ; 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 …]
|
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
|
D | tpi-bytes.test | 6 TYPE: Type (TPI) Records 21 INVALID-TYPE: Type (TPI) Records
|
D | pdbdump-readwrite.test | 33 CHECK: Types (TPI Stream)
|
D | pdbdump-mergetypes.test | 7 MERGED: Types (TPI Stream)
|
D | pdbdump-raw-stream.test | 62 DISCONTINUITY-NEXT: Stream 2: TPI Stream (dumping 100 / 5,392 bytes)
|
D | every-type.test | 19 TYPES: Types (TPI Stream)
|
D | pdbdump-headers.test | 29 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/ |
D | objc2-ivar-assign.m | 10 typedef I* TPI; typedef 22 @property TPI propertyTPI;
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/PDB/ |
D | index.rst | 95 | 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.
|
D | TpiStream.rst | 2 The PDB TPI Stream
|
D | HashStream.rst | 2 The TPI & IPI Hash Streams
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-pdbdump/ |
D | partial-type-stream.test | 7 NODEPS: Types (TPI Stream) 16 DEPS: Types (TPI Stream)
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | StreamUtil.h | 28 TPI, enumerator
|
D | StreamUtil.cpp | 108 Streams[StreamIdx] = stream(StreamPurpose::TPI, "TPI Stream", StreamIdx); in discoverStreamPurposes()
|
D | ExplainOutputStyle.cpp | 267 case StreamPurpose::TPI: in explainPdbStreamOffset()
|
/external/llvm/lib/CodeGen/ |
D | TargetPassConfig.cpp | 567 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/ |
D | TargetPassConfig.cpp | 810 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/ |
D | llvm-pdbutil.rst | 350 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/ |
D | SystemZInstrSystem.td | 518 def TPI : StoreInherentS<"tpi", 0xB236, null_frag, 0>;
|
D | SystemZScheduleZ196.td | 1231 def : InstRW<[WLat30, MCD], (instregex "TPI$")>;
|
D | SystemZScheduleZEC12.td | 1276 def : InstRW<[WLat30, MCD], (instregex "TPI$")>;
|
/external/llvm/test/DebugInfo/PDB/ |
D | pdbdump-headers.test | 26 ; 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/ |
D | simulator-s390.h | 688 EVALUATE(TPI);
|
D | constants-s390.h | 1081 V(tpi, TPI, 0xB236) /* type = S TEST PENDING INTERRUPTION */ \
|
12