LLVM 19.0.0git
Functions
MipsTargetStreamer.cpp File Reference
#include "MipsTargetStreamer.h"
#include "MCTargetDesc/MipsABIInfo.h"
#include "MipsELFStreamer.h"
#include "MipsInstPrinter.h"
#include "MipsMCExpr.h"
#include "MipsMCTargetDesc.h"
#include "llvm/BinaryFormat/ELF.h"
#include "llvm/MC/MCAssembler.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCObjectFileInfo.h"
#include "llvm/MC/MCSectionELF.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/MC/MCSymbolELF.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/FormattedStream.h"

Go to the source code of this file.

Functions

static bool isMicroMips (const MCSubtargetInfo *STI)
 
static bool isMips32r6 (const MCSubtargetInfo *STI)
 
static void printHex32 (unsigned Value, raw_ostream &OS)
 

Function Documentation

◆ isMicroMips()

static bool isMicroMips ( const MCSubtargetInfo STI)
static

◆ isMips32r6()

static bool isMips32r6 ( const MCSubtargetInfo STI)
static

◆ printHex32()

static void printHex32 ( unsigned  Value,
raw_ostream OS 
)
static