LLVM 22.0.0git
MachineFrameInfo.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "codegen"

Functions

static Align clampStackAlignment (bool ShouldClamp, Align Alignment, Align StackAlignment)
 Clamp the alignment if requested and emit a warning.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "codegen"

Definition at line 27 of file MachineFrameInfo.cpp.

Function Documentation

◆ clampStackAlignment()