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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kMachineFunction.h37 unsigned BytesToPopOnReturn = 0; member in class:llvm::M68kMachineFunctionInfo
80 unsigned getBytesToPopOnReturn() const { return BytesToPopOnReturn; }
81 void setBytesToPopOnReturn(unsigned bytes) { BytesToPopOnReturn = bytes; }
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h48 /// BytesToPopOnReturn - Number of bytes function pops on return (in addition
51 unsigned BytesToPopOnReturn = 0; member in class:llvm::X86MachineFunctionInfo
149 unsigned getBytesToPopOnReturn() const { return BytesToPopOnReturn; }
150 void setBytesToPopOnReturn (unsigned bytes) { BytesToPopOnReturn = bytes;}

Completed in 191 milliseconds