LLVM API Documentation
| Add enum value | llvm::MCBinaryExpr | |
| And enum value | llvm::MCBinaryExpr | |
| Binary enum value | llvm::MCExpr | |
| classof(const MCExpr *E) | llvm::MCBinaryExpr | [inline, static] |
| Constant enum value | llvm::MCExpr | |
| Create(Opcode Op, const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | [static] |
| CreateAdd(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | [inline, static] |
| CreateAnd(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | [inline, static] |
| CreateDiv(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | [inline, static] |
| CreateEQ(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | [inline, static] |
| CreateGT(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | [inline, static] |
| CreateGTE(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | [inline, static] |
| CreateLAnd(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | [inline, static] |
| CreateLOr(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | [inline, static] |
| CreateLT(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | [inline, static] |
| CreateLTE(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | [inline, static] |
| CreateMod(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | [inline, static] |
| CreateMul(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | [inline, static] |
| CreateNE(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | [inline, static] |
| CreateOr(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | [inline, static] |
| CreateShl(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | [inline, static] |
| CreateShr(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | [inline, static] |
| CreateSub(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | [inline, static] |
| CreateXor(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | [inline, static] |
| Div enum value | llvm::MCBinaryExpr | |
| dump() const | llvm::MCExpr | |
| EQ enum value | llvm::MCBinaryExpr | |
| EvaluateAsAbsolute(int64_t &Res, const MCAsmLayout &Layout, const SectionAddrMap &Addrs) const | llvm::MCExpr | |
| EvaluateAsAbsolute(int64_t &Res) const | llvm::MCExpr | |
| EvaluateAsAbsolute(int64_t &Res, const MCAssembler &Asm) const | llvm::MCExpr | |
| EvaluateAsAbsolute(int64_t &Res, const MCAsmLayout &Layout) const | llvm::MCExpr | |
| EvaluateAsRelocatable(MCValue &Res, const MCAsmLayout *Layout, const MCFixup *Fixup) const | llvm::MCExpr | |
| EvaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm, const MCAsmLayout *Layout, const MCFixup *Fixup, const SectionAddrMap *Addrs, bool InSet, bool ForceVarExpansion) const | llvm::MCExpr | [protected] |
| EvaluateAsValue(MCValue &Res, const MCAsmLayout *Layout, const MCFixup *Fixup) const | llvm::MCExpr | |
| evaluateKnownAbsolute(const MCAsmLayout &Layout) const | llvm::MCExpr | |
| ExprKind enum name | llvm::MCExpr | |
| FindAssociatedSection() const | llvm::MCExpr | |
| getKind() const | llvm::MCExpr | [inline] |
| getLHS() const | llvm::MCBinaryExpr | [inline] |
| getOpcode() const | llvm::MCBinaryExpr | [inline] |
| getRHS() const | llvm::MCBinaryExpr | [inline] |
| GT enum value | llvm::MCBinaryExpr | |
| GTE enum value | llvm::MCBinaryExpr | |
| LAnd enum value | llvm::MCBinaryExpr | |
| LOr enum value | llvm::MCBinaryExpr | |
| LT enum value | llvm::MCBinaryExpr | |
| LTE enum value | llvm::MCBinaryExpr | |
| MCExpr(ExprKind _Kind) | llvm::MCExpr | [inline, explicit, protected] |
| Mod enum value | llvm::MCBinaryExpr | |
| Mul enum value | llvm::MCBinaryExpr | |
| NE enum value | llvm::MCBinaryExpr | |
| Opcode enum name | llvm::MCBinaryExpr | |
| Or enum value | llvm::MCBinaryExpr | |
| print(raw_ostream &OS) const | llvm::MCExpr | |
| Shl enum value | llvm::MCBinaryExpr | |
| Shr enum value | llvm::MCBinaryExpr | |
| Sub enum value | llvm::MCBinaryExpr | |
| SymbolRef enum value | llvm::MCExpr | |
| Target enum value | llvm::MCExpr | |
| Unary enum value | llvm::MCExpr | |
| Xor enum value | llvm::MCBinaryExpr |