LLVM 20.0.0git
|
#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 | |
#define DEBUG_TYPE "stack-frame-layout" |
Definition at line 41 of file StackFrameLayoutAnalysisPass.cpp.
INITIALIZE_PASS | ( | StackFrameLayoutAnalysisPass | , |
"stack-frame-layout" | , | ||
"Stack Frame Layout" | , | ||
false | , | ||
false | |||
) |
Returns a newly-created StackFrameLayout pass.
Definition at line 287 of file StackFrameLayoutAnalysisPass.cpp.
References llvm::createStackFrameLayoutAnalysisPass().