[ARM] Cortex-M4 schedule additions
[llvm-complete.git] / test / tools / llvm-pdbutil / partial-type-stream.test
blob5a72b6266793cc6e5391739cb433d524d768d311
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
7 NODEPS:                          Types (TPI Stream)
8 NODEPS-NEXT: ============================================================
9 NODEPS-NEXT:   Showing 1 records.
10 NODEPS-NEXT:   0x1019 | LF_MFUNCTION [size = 28]
11 NODEPS-NEXT:            return type = 0x0003 (void), # args = 0, param list = 0x100E
12 NODEPS-NEXT:            class type = 0x1017, this type = 0x1018, this adjust = 0
13 NODEPS-NEXT:            calling conv = thiscall, options = None
16 DEPS:                           Types (TPI Stream)
17 DEPS-NEXT: ============================================================
18 DEPS-NEXT:   Showing 1 records and their dependents (4 records total)
19 DEPS-NEXT:   0x100E | LF_ARGLIST [size = 8]
20 DEPS-NEXT:   0x1017 | LF_CLASS [size = 60] `MembersTest::A`
21 DEPS-NEXT:            unique name: `.?AVA@MembersTest@@`
22 DEPS-NEXT:            vtable: <no type>, base list: <no type>, field list: <no type>
23 DEPS-NEXT:            options: forward ref | has unique name
24 DEPS-NEXT:   0x1018 | LF_POINTER [size = 12]
25 DEPS-NEXT:            referent = 0x1017, mode = pointer, opts = const, kind = ptr32
26 DEPS-NEXT:   0x1019 | LF_MFUNCTION [size = 28]
27 DEPS-NEXT:            return type = 0x0003 (void), # args = 0, param list = 0x100E
28 DEPS-NEXT:            class type = 0x1017, this type = 0x1018, this adjust = 0
29 DEPS-NEXT:            calling conv = thiscall, options = None