Searched refs:getFixedObjectSize (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.cpp | 456 static unsigned getFixedObjectSize(const MachineFunction &MF, in getFixedObjectSize() function 2033 unsigned FixedObject = getFixedObjectSize(MF, AFI, IsWin64, IsFunclet); in emitPrologue() 2518 unsigned FixedObject = getFixedObjectSize(MF, AFI, IsWin64, IsFunclet); in emitEpilogue() 2915 getFixedObjectSize(MF, AFI, IsWin64, /*IsFunclet=*/false); in getFPOffset() 4794 assert(UnwindHelpOffset == getFixedObjectSize(MF, AFI, /*IsWin64*/ true, in processFunctionBeforeFrameFinalized()
|