LLVM  3.7.0
Functions
MipsAsmBackend.cpp File Reference
#include "MCTargetDesc/MipsFixupKinds.h"
#include "MCTargetDesc/MipsAsmBackend.h"
#include "MCTargetDesc/MipsMCTargetDesc.h"
#include "llvm/MC/MCAsmBackend.h"
#include "llvm/MC/MCAssembler.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCDirectives.h"
#include "llvm/MC/MCELFObjectWriter.h"
#include "llvm/MC/MCFixupKindInfo.h"
#include "llvm/MC/MCObjectWriter.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for MipsAsmBackend.cpp:

Go to the source code of this file.

Functions

static unsigned adjustFixupValue (const MCFixup &Fixup, uint64_t Value, MCContext *Ctx=nullptr)
 
static bool needsMMLEByteOrder (unsigned Kind)
 
static unsigned calculateMMLEIndex (unsigned i)
 

Function Documentation

static unsigned adjustFixupValue ( const MCFixup Fixup,
uint64_t  Value,
MCContext Ctx = nullptr 
)
static
static unsigned calculateMMLEIndex ( unsigned  i)
static

Definition at line 169 of file MipsAsmBackend.cpp.

Referenced by llvm::MipsAsmBackend::applyFixup().

static bool needsMMLEByteOrder ( unsigned  Kind)
static