LLVM 19.0.0git
Macros | Functions | Variables
BPFRegisterInfo.cpp File Reference
#include "BPFRegisterInfo.h"
#include "BPF.h"
#include "BPFSubtarget.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/RegisterScavenging.h"
#include "llvm/CodeGen/TargetFrameLowering.h"
#include "llvm/CodeGen/TargetInstrInfo.h"
#include "llvm/IR/DiagnosticInfo.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/ErrorHandling.h"
#include "BPFGenRegisterInfo.inc"

Go to the source code of this file.

Macros

#define GET_REGINFO_TARGET_DESC
 

Functions

static void WarnSize (int Offset, MachineFunction &MF, DebugLoc &DL)
 

Variables

static cl::opt< int > BPFStackSizeOption ("bpf-stack-size", cl::desc("Specify the BPF stack size limit"), cl::init(512))
 

Macro Definition Documentation

◆ GET_REGINFO_TARGET_DESC

#define GET_REGINFO_TARGET_DESC

Definition at line 26 of file BPFRegisterInfo.cpp.

Function Documentation

◆ WarnSize()

static void WarnSize ( int  Offset,
MachineFunction MF,
DebugLoc DL 
)
static

Variable Documentation

◆ BPFStackSizeOption

cl::opt< int > BPFStackSizeOption("bpf-stack-size", cl::desc("Specify the BPF stack size limit"), cl::init(512)) ( "bpf-stack-size"  ,
cl::desc("Specify the BPF stack size limit")  ,
cl::init(512)   
)
static

Referenced by WarnSize().