LLVM API Documentation

llvm::MCOperand Member List
This is the complete list of members for llvm::MCOperand, including all inherited members.
CreateExpr(const MCExpr *Val)llvm::MCOperand [inline, static]
CreateFPImm(double Val)llvm::MCOperand [inline, static]
CreateImm(int64_t Val)llvm::MCOperand [inline, static]
CreateInst(const MCInst *Val)llvm::MCOperand [inline, static]
CreateReg(unsigned Reg)llvm::MCOperand [inline, static]
dump() const llvm::MCOperand
ExprValllvm::MCOperand
FPImmValllvm::MCOperand
getExpr() const llvm::MCOperand [inline]
getFPImm() const llvm::MCOperand [inline]
getImm() const llvm::MCOperand [inline]
getInst() const llvm::MCOperand [inline]
getReg() const llvm::MCOperand [inline]
ImmValllvm::MCOperand
InstValllvm::MCOperand
isExpr() const llvm::MCOperand [inline]
isFPImm() const llvm::MCOperand [inline]
isImm() const llvm::MCOperand [inline]
isInst() const llvm::MCOperand [inline]
isReg() const llvm::MCOperand [inline]
isValid() const llvm::MCOperand [inline]
MCOperand()llvm::MCOperand [inline]
print(raw_ostream &OS, const MCAsmInfo *MAI) const llvm::MCOperand
RegValllvm::MCOperand
setExpr(const MCExpr *Val)llvm::MCOperand [inline]
setFPImm(double Val)llvm::MCOperand [inline]
setImm(int64_t Val)llvm::MCOperand [inline]
setInst(const MCInst *Val)llvm::MCOperand [inline]
setReg(unsigned Reg)llvm::MCOperand [inline]