AMDGPU: Allow f16/bf16 for DS_READ_TR16_B64 gfx950 builtins (#118297)
[llvm-project.git] / llvm / test / tools / llvm-pdbutil / partial-type-stream.test
blobc0074657691633d30c655c9f25a1085a9790fccf
1 ; RUN: llvm-pdbutil dump -type-index=0x1019 %p/Inputs/ClassLayoutTest.pdb \
2 ; RUN:     | FileCheck --check-prefix=NODEPS %s
3 ; RUN: llvm-pdbutil dump -type-index=0x1019 -dependents -dont-resolve-forward-refs \
4 ; RUN:     %p/Inputs/ClassLayoutTest.pdb | FileCheck --check-prefix=DEPS %s
5 ; RUN: llvm-pdbutil dump -type-index=0x3,0x30,0x44,0x74 \
6 ; RUN:     %p/Inputs/ClassLayoutTest.pdb | FileCheck --check-prefix=SIMPLE %s 
9 NODEPS:                          Types (TPI Stream)
10 NODEPS-NEXT: ============================================================
11 NODEPS-NEXT:   Showing 1 records.
12 NODEPS-NEXT:   0x1019 | LF_MFUNCTION [size = 28]
13 NODEPS-NEXT:            return type = 0x0003 (void), # args = 0, param list = 0x100E
14 NODEPS-NEXT:            class type = 0x1017, this type = 0x1018, this adjust = 0
15 NODEPS-NEXT:            calling conv = thiscall, options = None
18 DEPS:                           Types (TPI Stream)
19 DEPS-NEXT: ============================================================
20 DEPS-NEXT:   Showing 1 records and their dependents (4 records total)
21 DEPS-NEXT:   0x100E | LF_ARGLIST [size = 8]
22 DEPS-NEXT:   0x1017 | LF_CLASS [size = 60] `MembersTest::A`
23 DEPS-NEXT:            unique name: `.?AVA@MembersTest@@`
24 DEPS-NEXT:            vtable: <no type>, base list: <no type>, field list: <no type>
25 DEPS-NEXT:            options: forward ref | has unique name
26 DEPS-NEXT:   0x1018 | LF_POINTER [size = 12]
27 DEPS-NEXT:            referent = 0x1017, mode = pointer, opts = const, kind = ptr32
28 DEPS-NEXT:   0x1019 | LF_MFUNCTION [size = 28]
29 DEPS-NEXT:            return type = 0x0003 (void), # args = 0, param list = 0x100E
30 DEPS-NEXT:            class type = 0x1017, this type = 0x1018, this adjust = 0
31 DEPS-NEXT:            calling conv = thiscall, options = None
34 SIMPLE:                          Types (TPI Stream)
35 SIMPLE-NEXT: ============================================================
36 SIMPLE-NEXT:   Showing 4 records.
37 SIMPLE-NEXT:   0x0003 (void) | void
38 SIMPLE-NEXT:   0x0030 (bool) | bool
39 SIMPLE-NEXT:   0x0044 (__float48) | __float48
40 SIMPLE-NEXT:   0x0074 (int) | int