LLVM: llvm::TargetFrameLowering::SpillSlot Struct Reference (original) (raw)

#include "[llvm/CodeGen/TargetFrameLowering.h](TargetFrameLowering%5F8h%5Fsource.html)"

Public Attributes
unsigned Reg
int64_t Offset

Detailed Description

Definition at line 55 of file TargetFrameLowering.h.

Member Data Documentation

Offset

int64_t llvm::TargetFrameLowering::SpillSlot::Offset

Definition at line 57 of file TargetFrameLowering.h.

Referenced by assignCalleeSavedSpillSlots().

Reg

unsigned llvm::TargetFrameLowering::SpillSlot::Reg

Definition at line 56 of file TargetFrameLowering.h.

Referenced by assignCalleeSavedSpillSlots().


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