Home
last modified time | relevance | path

Searched refs:BytesToPopOnReturn (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kMachineFunction.h35 unsigned BytesToPopOnReturn = 0; variable
84 unsigned getBytesToPopOnReturn() const { return BytesToPopOnReturn; } in getBytesToPopOnReturn()
85 void setBytesToPopOnReturn(unsigned bytes) { BytesToPopOnReturn = bytes; } in setBytesToPopOnReturn()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h84 unsigned BytesToPopOnReturn = 0;
213 unsigned getBytesToPopOnReturn() const { return BytesToPopOnReturn; }
214 void setBytesToPopOnReturn (unsigned bytes) { BytesToPopOnReturn = bytes;}