LLVM API Documentation
#include "Mips.h"#include "MipsELFStreamer.h"#include "MipsMCNaCl.h"#include "llvm/MC/MCELFStreamer.h"
Go to the source code of this file.
Namespaces | |
| namespace | llvm |
List of target independent CodeGen pass IDs. | |
Defines | |
| #define | DEBUG_TYPE "mips-mc-nacl" |
Functions | |
| bool | llvm::isBasePlusOffsetMemoryAccess (unsigned Opcode, unsigned *AddrIdx, bool *IsStore=nullptr) |
| bool | llvm::baseRegNeedsLoadStoreMask (unsigned Reg) |
| MCELFStreamer * | llvm::createMipsNaClELFStreamer (MCContext &Context, MCAsmBackend &TAB, raw_ostream &OS, MCCodeEmitter *Emitter, const MCSubtargetInfo &STI, bool RelaxAll, bool NoExecStack) |
| #define DEBUG_TYPE "mips-mc-nacl" |
Definition at line 27 of file MipsNaClELFStreamer.cpp.