aboutsummaryrefslogtreecommitdiff
path: root/test/DebugInfo/PDB/Inputs/merge-types-1.yaml
blob: 89d471e3343dfb36bcd6a68195cc9a8235748fbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
TpiStream:
  Records:
    # uint32_t* [Index: 0x1000]
    - Kind:            LF_POINTER
      Pointer:         
        ReferentType:    117
        Attrs:           32778
    # int64_t* [Index: 0x1001]
    - Kind:            LF_POINTER
      Pointer:         
        ReferentType:    118
        Attrs:           32778
    # struct OnlyInMerge1 [Index: 0x1002]
    - Kind:            LF_STRUCTURE
      Class:           
        MemberCount:     0
        Options:         [ None, ForwardReference, HasUniqueName ]
        FieldList:       0
        Name:            'OnlyInMerge1'
        UniqueName:      'OnlyInMerge1'
        DerivationList:  0
        VTableShape:     0
        Size:            0
    # uint32_t** [Index: 0x1003]
    - Kind:            LF_POINTER
      Pointer:         
        ReferentType:    4096
        Attrs:           32778
    # uint32_t*** [Index: 0x1004]
    - Kind:            LF_POINTER
      Pointer:         
        ReferentType:    4099
        Attrs:           32778
    # int64_t* [Index: 0x1005]
    - Kind:            LF_POINTER
      Pointer:         
        ReferentType:    4097
        Attrs:           32778
    # [uint32_t, uint32_t*, uint32_t**] [Index: 0x1006]
    - Kind:            LF_ARGLIST
      ArgList:         
        ArgIndices:      [ 117, 4096, 4099 ]
    # uint32_t (uint32_t, uint32_t*, uint32_t**) [Index: 0x1007]
    - Kind:            LF_PROCEDURE
      Procedure:       
        ReturnType:      117
        CallConv:        NearC
        Options:         [ None ]
        ParameterCount:  0
        ArgumentList:    4102
...