HomeSort by relevance Sort by last modified time
    Searched defs:MCInst (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/MC/
MCInstBuilder.h 18 #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) {
67 operator MCInst&() {
MCInst.h 1 //===-- llvm/MC/MCInst.h - MCInst class -------------------------*- C++ -*-===//
10 // This file contains the declaration of the MCInst and MCOperand classes, which
29 class MCInst;
31 /// \brief 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) {
150 class MCInst {
    [all...]

Completed in 61 milliseconds