LLVM 22.0.0git
MipsOs16.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "mips-os16"

Functions

static bool needsFPFromSig (Function &F)
static bool needsFP (Function &F)

Variables

static cl::opt< std::stringMips32FunctionMask ("mips32-function-mask", cl::init(""), cl::desc("Force function to be mips32"), cl::Hidden)

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "mips-os16"

Definition at line 23 of file MipsOs16.cpp.

Function Documentation

◆ needsFP()

bool needsFP ( Function & F)
static

◆ needsFPFromSig()

bool needsFPFromSig ( Function & F)
static

Variable Documentation

◆ Mips32FunctionMask

cl::opt< std::string > Mips32FunctionMask("mips32-function-mask", cl::init(""), cl::desc("Force function to be mips32"), cl::Hidden) ( "mips32-function-mask" ,
cl::init("") ,
cl::desc("Force function to be mips32") ,
cl::Hidden  )
static