10 #ifndef LLVM_LIB_TARGET_ARM_MCTARGETDESC_ARMMCEXPR_H 11 #define LLVM_LIB_TARGET_ARM_MCTARGETDESC_ARMMCEXPR_H 30 : Kind(Kind), Expr(Expr) {}
62 const MCFixup *Fixup)
const override {
static bool classof(const MCExpr *E)
This class represents lattice values for constants.
VariantKind getKind() const
getOpcode - Get the kind of this expression.
This represents an "assembler immediate".
static const ARMMCExpr * create(VariantKind Kind, const MCExpr *Expr, MCContext &Ctx)
bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout, const MCFixup *Fixup) const override
Encode information on a single operation to perform on a byte sequence (e.g., an encoded instruction)...
void fixELFSymbolsInTLSFixups(MCAssembler &Asm) const override
Encapsulates the layout of an assembly file at a particular point in time.
Base class for the full range of assembler expressions which are needed for parsing.
This is an extension point for target-specific MCExpr subclasses to implement.
Context object for machine code objects.
static const ARMMCExpr * createLower16(const MCExpr *Expr, MCContext &Ctx)
void visitUsedExpr(MCStreamer &Streamer) const override
This class is intended to be used as a base class for asm properties and features specific to the tar...
Streaming machine code generation interface.
static GCRegistry::Add< CoreCLRGC > E("coreclr", "CoreCLR-compatible GC")
MCFragment * findAssociatedFragment() const override
MCFragment * findAssociatedFragment() const
Find the "associated section" for this expression, which is currently defined as the absolute section...
void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override
const MCExpr * getSubExpr() const
getSubExpr - Get the child of this expression.
static const ARMMCExpr * createUpper16(const MCExpr *Expr, MCContext &Ctx)
This class implements an extremely fast bulk output stream that can only output to a stream...
Target specific expression.