reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    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
   53
   54
   55
   56
   57
   58
   59
   60
   61
   62
   63
   64
   65
   66
   67
   68
   69
   70
   71
   72
   73
   74
   75
   76
   77
   78
   79
   80
   81
   82
   83
   84
   85
   86
   87
   88
   89
   90
   91
   92
   93
   94
   95
   96
   97
   98
; RUN: llvm-pdbutil dump -types %p/Inputs/every-class.pdb \
; RUN:   | FileCheck %s

; CHECK:                      Types (TPI Stream)                     
; CHECK: ============================================================
; CHECK:   Showing 157 records
; CHECK:   0x1008 | LF_STRUCTURE [size = 124] `main::__l2::<unnamed-type-Anonymous>`
; CHECK:            unique name: `.?AU<unnamed-type-Anonymous>@?1??main@@YAHHPEAPEAD@Z@`aa6523bc`
; CHECK:            vtable: <no type>, base list: <no type>, field list: 0x1007
; CHECK:            options: has unique name | scoped, sizeof 1
; CHECK:   0x1009 | LF_STRUCTURE [size = 88] `main::__l2::Scoped`
; CHECK:            unique name: `.?AUScoped@?1??main@@YAHHPEAPEAD@Z@`aa6523bc`
; CHECK:            vtable: <no type>, base list: <no type>, field list: 0x1007
; CHECK:            options: has unique name | scoped, sizeof 1
; CHECK:   0x1054 | LF_STRUCTURE [size = 48] `Nested::F`
; CHECK:            unique name: `.?AUF@Nested@@`
; CHECK:            vtable: <no type>, base list: <no type>, field list: <no type>
; CHECK:            options: forward ref (-> 0x1057) | has unique name | is nested, sizeof 0
; CHECK:   0x1056 | LF_STRUCTURE [size = 44] `Nested`
; CHECK:            unique name: `.?AUNested@@`
; CHECK:            vtable: <no type>, base list: <no type>, field list: 0x1055
; CHECK:            options: contains nested class | has unique name, sizeof 1
; CHECK:   0x1057 | LF_STRUCTURE [size = 48] `Nested::F`
; CHECK:            unique name: `.?AUF@Nested@@`
; CHECK:            vtable: <no type>, base list: <no type>, field list: 0x1007
; CHECK:            options: has unique name | is nested, sizeof 1
; CHECK:   0x1058 | LF_STRUCTURE [size = 52] `Constructor`
; CHECK:            unique name: `.?AUConstructor@@`
; CHECK:            vtable: <no type>, base list: <no type>, field list: <no type>
; CHECK:            options: forward ref (-> 0x105C) | has unique name, sizeof 0
; CHECK:   0x105C | LF_STRUCTURE [size = 52] `Constructor`
; CHECK:            unique name: `.?AUConstructor@@`
; CHECK:            vtable: <no type>, base list: <no type>, field list: 0x105B
; CHECK:            options: has ctor / dtor | has unique name, sizeof 1
; CHECK:   0x105D | LF_CLASS [size = 40] `Class`
; CHECK:            unique name: `.?AVClass@@`
; CHECK:            vtable: <no type>, base list: <no type>, field list: 0x1007
; CHECK:            options: has unique name, sizeof 1
; CHECK:   0x105E | LF_UNION [size = 32] `Union`
; CHECK:            unique name: `.?ATUnion@@`
; CHECK:            field list: 0x1007
; CHECK:            options: has unique name | sealed, sizeof 1
; CHECK:   0x105F | LF_STRUCTURE [size = 48] `Operator`
; CHECK:            unique name: `.?AUOperator@@`
; CHECK:            vtable: <no type>, base list: <no type>, field list: <no type>
; CHECK:            options: forward ref (-> 0x1064) | has unique name, sizeof 0
; CHECK:   0x1064 | LF_STRUCTURE [size = 48] `Operator`
; CHECK:            unique name: `.?AUOperator@@`
; CHECK:            vtable: <no type>, base list: <no type>, field list: 0x1063
; CHECK:            options: has unique name | overloaded operator, sizeof 1
; CHECK:   0x1066 | LF_ENUM [size = 36] `Enum`
; CHECK:            unique name: `.?AW4Enum@@`
; CHECK:            field list: 0x1065, underlying type: 0x0074 (int)
; CHECK:            options: has unique name
; CHECK:   0x1067 | LF_STRUCTURE [size = 40] `Cast`
; CHECK:            unique name: `.?AUCast@@`
; CHECK:            vtable: <no type>, base list: <no type>, field list: <no type>
; CHECK:            options: forward ref (-> 0x106B) | has unique name, sizeof 0
; CHECK:   0x106B | LF_STRUCTURE [size = 40] `Cast`
; CHECK:            unique name: `.?AUCast@@`
; CHECK:            vtable: <no type>, base list: <no type>, field list: 0x106A
; CHECK:            options: conversion operator | has unique name | overloaded operator, sizeof 1
; CHECK:   0x106C | LF_STRUCTURE [size = 44] `Nothing`
; CHECK:            unique name: `.?AUNothing@@`
; CHECK:            vtable: <no type>, base list: <no type>, field list: 0x1007
; CHECK:            options: has unique name, sizeof 1
; CHECK:   0x106D | LF_STRUCTURE [size = 52] `Assignment`
; CHECK:            unique name: `.?AUAssignment@@`
; CHECK:            vtable: <no type>, base list: <no type>, field list: <no type>
; CHECK:            options: forward ref (-> 0x1073) | has unique name, sizeof 0
; CHECK:   0x1073 | LF_STRUCTURE [size = 52] `Assignment`
; CHECK:            unique name: `.?AUAssignment@@`
; CHECK:            vtable: <no type>, base list: <no type>, field list: 0x1072
; CHECK:            options: has unique name | overloaded operator | overloaded operator=, sizeof 1
; CHECK:   0x1074 | LF_STRUCTURE [size = 44] `Nothing`
; CHECK:            unique name: `.?AUNothing@@`
; CHECK:            vtable: <no type>, base list: <no type>, field list: <no type>
; CHECK:            options: forward ref (<- 0x106C) | has unique name, sizeof 0
; CHECK:   0x1081 | LF_UNION [size = 32] `Union`
; CHECK:            unique name: `.?ATUnion@@`
; CHECK:            field list: <no type>
; CHECK:            options: forward ref (<- 0x105E) | has unique name, sizeof 0
; CHECK:   0x1084 | LF_STRUCTURE [size = 124] `main::__l2::<unnamed-type-Anonymous>`
; CHECK:            unique name: `.?AU<unnamed-type-Anonymous>@?1??main@@YAHHPEAPEAD@Z@`aa6523bc`
; CHECK:            vtable: <no type>, base list: <no type>, field list: <no type>
; CHECK:            options: forward ref (<- 0x1008) | has unique name | scoped, sizeof 0
; CHECK:   0x108E | LF_STRUCTURE [size = 44] `Nested`
; CHECK:            unique name: `.?AUNested@@`
; CHECK:            vtable: <no type>, base list: <no type>, field list: <no type>
; CHECK:            options: forward ref (<- 0x1056) | has unique name, sizeof 0
; CHECK:   0x1095 | LF_STRUCTURE [size = 88] `main::__l2::Scoped`
; CHECK:            unique name: `.?AUScoped@?1??main@@YAHHPEAPEAD@Z@`aa6523bc`
; CHECK:            vtable: <no type>, base list: <no type>, field list: <no type>
; CHECK:            options: forward ref (<- 0x1009) | has unique name | scoped, sizeof 0
; CHECK:   0x1098 | LF_CLASS [size = 40] `Class`
; CHECK:            unique name: `.?AVClass@@`
; CHECK:            vtable: <no type>, base list: <no type>, field list: <no type>
; CHECK:            options: forward ref (<- 0x105D) | has unique name, sizeof 0