10 #ifndef LLVM_LIB_TARGET_LANAI_MCTARGETDESC_LANAIMCEXPR_H 11 #define LLVM_LIB_TARGET_LANAI_MCTARGETDESC_LANAIMCEXPR_H 27 : Kind(Kind), Expr(Expr) {}
This class represents lattice values for constants.
This represents an "assembler immediate".
bool evaluateAsRelocatableImpl(MCValue &Res, const MCAsmLayout *Layout, const MCFixup *Fixup) const override
static const LanaiMCExpr * create(VariantKind Kind, const MCExpr *Expr, MCContext &Ctx)
Encode information on a single operation to perform on a byte sequence (e.g., an encoded instruction)...
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.
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.
void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override
static GCRegistry::Add< CoreCLRGC > E("coreclr", "CoreCLR-compatible GC")
void fixELFSymbolsInTLSFixups(MCAssembler &) const override
PowerPC TLS Dynamic Call Fixup
MCFragment * findAssociatedFragment() const
Find the "associated section" for this expression, which is currently defined as the absolute section...
MCFragment * findAssociatedFragment() const override
VariantKind getKind() const
void visitUsedExpr(MCStreamer &Streamer) const override
static bool classof(const MCExpr *E)
This class implements an extremely fast bulk output stream that can only output to a stream...
Target specific expression.