Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ReturnValueSlot

48   ReturnValueSlot getReturnValueSlot() const {
50 return ReturnValueSlot();
52 return ReturnValueSlot(Dest.getAddr(), Dest.isVolatile());