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

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h316 /// setLocalFrameMaxAlign - Required alignment of the local object blob,
318 void setLocalFrameMaxAlign(unsigned Align) { LocalFrameMaxAlign = Align; } function in class:llvm::MachineFrameInfo
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp196 MFI->setLocalFrameMaxAlign(MaxAlign);

Completed in 63 milliseconds