Searched refs:setArgumentStackSize (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h165 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } function in class:llvm::X86MachineFunctionInfo
H A DX86ISelLowering.cpp3686 FuncInfo->setArgumentStackSize(StackSize);
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h193 void setArgumentStackSize(unsigned size) { ArgumentStackSize = size; } function in class:llvm::ARMFunctionInfo
H A DARMISelLowering.cpp4184 AFI->setArgumentStackSize(CCInfo.getNextStackOffset());

Completed in 241 milliseconds