LLVM 19.0.0git
Macros | Functions
StackFrameLayoutAnalysisPass.cpp File Reference
#include "llvm/ADT/SetVector.h"
#include "llvm/Analysis/OptimizationRemarkEmitter.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineOptimizationRemarkEmitter.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/SlotIndexes.h"
#include "llvm/CodeGen/StackProtector.h"
#include "llvm/CodeGen/TargetFrameLowering.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/IR/DebugInfoMetadata.h"
#include "llvm/IR/PrintPasses.h"
#include "llvm/InitializePasses.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/FormatVariadic.h"
#include "llvm/Support/raw_ostream.h"
#include <sstream>

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "stack-frame-layout"
 

Functions

 INITIALIZE_PASS (StackFrameLayoutAnalysisPass, "stack-frame-layout", "Stack Frame Layout", false, false) namespace llvm
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "stack-frame-layout"

Definition at line 41 of file StackFrameLayoutAnalysisPass.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( StackFrameLayoutAnalysisPass  ,
"stack-frame-layout"  ,
"Stack Frame Layout"  ,
false  ,
false   
)

Returns a newly-created StackFrameLayout pass.

Definition at line 245 of file StackFrameLayoutAnalysisPass.cpp.

References llvm::createStackFrameLayoutAnalysisPass().