LLVM API Documentation
This is the complete list of members for llvm::MCBinaryExpr, including all inherited members.
Add enum value | llvm::MCBinaryExpr | |
And enum value | llvm::MCBinaryExpr | |
Binary enum value | llvm::MCExpr | |
classof(const MCExpr *E) | llvm::MCBinaryExpr | inlinestatic |
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 | inlinestatic |
CreateAnd(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
CreateDiv(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
CreateEQ(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
CreateGT(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
CreateGTE(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
CreateLAnd(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
CreateLOr(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
CreateLT(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
CreateLTE(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
CreateMod(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
CreateMul(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
CreateNE(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
CreateOr(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
CreateShl(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
CreateShr(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
CreateSub(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
CreateXor(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
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 | llvm::MCExpr | |
EvaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm, const MCAsmLayout *Layout, const SectionAddrMap *Addrs, bool InSet) const | llvm::MCExpr | protected |
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 | inlineexplicitprotected |
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 |