Searched defs:MCInst (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInst.h1 //===-- llvm/MC/MCInst.h - MCInst class -------------------------*- C++ -*-===//
10 // This file contains the declaration of the MCInst and MCOperand classes, which
29 class MCInst;
31 /// MCOperand - Instances of this class represent operands of the MCInst class.
49 const MCInst *InstVal;
102 const MCInst *getInst() const {
106 void setInst(const MCInst *Val) {
135 static MCOperand CreateInst(const MCInst *Val) {
148 /// MCInst
150 class MCInst { class in namespace:llvm
155 MCInst() : Opcode(0) {} function in class:llvm::MCInst
[all...]

Completed in 57 milliseconds