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
---
GlobalValueMap:
  42:
    - Live: true
      TypeTestAssumeVCalls:
        - GUID: 123
          Offset: 0
        - GUID: 456
          Offset: 4
      TypeCheckedLoadVCalls:
        - GUID: 789
          Offset: 8
        - GUID: 1234
          Offset: 16
      TypeTestAssumeConstVCalls:
        - VFunc:
            GUID: 123
            Offset: 4
          Args: [12, 24]
      TypeCheckedLoadConstVCalls:
        - VFunc:
            GUID: 456
            Offset: 8
          Args: [24, 12]
TypeIdMap:
  typeid1:
    WPDRes:
      0:
        Kind: Indir
      4:
        Kind: Indir
        ResByArg:
          "":
            Kind: UniformRetVal
            Info: 12
          12:
            Kind: UniformRetVal
            Info: 24
          "12,24":
            Kind: UniformRetVal
            Info: 48
...