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

/external/llvm/include/llvm/MC/
H A DMCInstBuilder.h18 #include "llvm/MC/MCInst.h"
23 MCInst Inst;
26 /// \brief Create a new MCInstBuilder for an MCInst with a specific opcode.
55 /// \brief Add a new MCInst operand.
56 MCInstBuilder &addInst(const MCInst *Val) {
61 operator MCInst&() {
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 157 milliseconds