LLVM  3.7.0
Public Attributes | List of all members
llvm::TargetFrameLowering::SpillSlot Struct Reference

#include <TargetFrameLowering.h>

Collaboration diagram for llvm::TargetFrameLowering::SpillSlot:
[legend]

Public Attributes

unsigned Reg
 
int Offset
 

Detailed Description

Definition at line 42 of file TargetFrameLowering.h.

Member Data Documentation

int llvm::TargetFrameLowering::SpillSlot::Offset

Definition at line 44 of file TargetFrameLowering.h.

unsigned llvm::TargetFrameLowering::SpillSlot::Reg

Definition at line 43 of file TargetFrameLowering.h.


The documentation for this struct was generated from the following file: