LLVM  8.0.1
Macros | Functions | Variables
MipsOs16.cpp File Reference
#include "Mips.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for MipsOs16.cpp:

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::string > Mips32FunctionMask ("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()

static bool needsFP ( Function F)
static

◆ needsFPFromSig()

static 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)
static

Referenced by needsFP().