LLVM 22.0.0git
|
#include "MCTargetDesc/SystemZMCFixups.h"
#include "MCTargetDesc/SystemZMCTargetDesc.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/MC/MCCodeEmitter.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCFixup.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/Support/ErrorHandling.h"
#include <cassert>
#include <cstdint>
#include "SystemZGenMCCodeEmitter.inc"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "mccodeemitter" |
#define | GET_OPERAND_BIT_OFFSET |
Functions | |
static void | addFixup (SmallVectorImpl< MCFixup > &Fixups, uint32_t Offset, const MCExpr *Value, uint16_t Kind, bool PCRel=false) |
#define DEBUG_TYPE "mccodeemitter" |
Definition at line 30 of file SystemZMCCodeEmitter.cpp.
#define GET_OPERAND_BIT_OFFSET |
Definition at line 223 of file SystemZMCCodeEmitter.cpp.
|
static |
Definition at line 133 of file SystemZMCCodeEmitter.cpp.
References llvm::MCFixup::create(), and llvm::Offset.