Go to the documentation of this file.
9 #ifndef LLVM_LIB_TARGET_LANAI_MCTARGETDESC_LANAIMCEXPR_H
10 #define LLVM_LIB_TARGET_LANAI_MCTARGETDESC_LANAIMCEXPR_H
26 : Kind(Kind), Expr(Expr) {}
40 const MCFixup *Fixup)
const override;
void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override
This is an optimization pass for GlobalISel generic memory operations.
const MCExpr * getSubExpr() const
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")
bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout, const MCFixup *Fixup) const override
static const LanaiMCExpr * create(VariantKind Kind, const MCExpr *Expr, MCContext &Ctx)
@ Target
Target specific expression.
This class implements an extremely fast bulk output stream that can only output to a stream.
VariantKind getKind() const
MCExpr(ExprKind Kind, SMLoc Loc, unsigned SubclassData=0)
void fixELFSymbolsInTLSFixups(MCAssembler &) const override
MCFragment * findAssociatedFragment() const override
static bool classof(const MCExpr *E)
void visitUsedExpr(MCStreamer &Streamer) const override
Encapsulates the layout of an assembly file at a particular point in time.
MCFragment * findAssociatedFragment() const
Find the "associated section" for this expression, which is currently defined as the absolute section...
This represents an "assembler immediate".
This is an extension point for target-specific MCExpr subclasses to implement.
Encode information on a single operation to perform on a byte sequence (e.g., an encoded instruction)...
Base class for the full range of assembler expressions which are needed for parsing.