Searched defs:LStackSlot (Results 1 – 2 of 2) sorted by relevance
308 LStackSlot() : LOperand() { } in LStackSlot() function309 explicit LStackSlot(int index) : LOperand(STACK_SLOT, index) { } in LStackSlot() function
58 class LStackSlot; variable