Searched defs:StackSlotInfo (Results 1 – 1 of 1) sorted by relevance
48 struct StackSlotInfo { struct49 int FI;50 int Offset;51 unsigned Reg;52 StackSlotInfo(int f, int o, int r) : FI(f), Offset(o), Reg(r){}; in StackSlotInfo() argument