Searched defs:StackSlotInfo (Results 1 – 1 of 1) sorted by relevance
49 struct StackSlotInfo { struct50 int FI;51 int Offset;52 unsigned Reg;53 StackSlotInfo(int f, int o, int r) : FI(f), Offset(o), Reg(r){}; in StackSlotInfo() function