HomeSort by: relevance | last modified time | path
    Searched defs:MCInst (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInstBuilder.h 17 #include "llvm/MC/MCInst.h"
22 MCInst Inst;
25 /// Create a new MCInstBuilder for an MCInst with a specific opcode.
60 /// Add a new MCInst operand.
61 MCInstBuilder &addInst(const MCInst *Val) {
72 operator MCInst&() {
MCInst.h 1 //===- llvm/MC/MCInst.h - MCInst class --------------------------*- C++ -*-===//
9 // This file contains the declaration of the MCInst and MCOperand classes, which
29 class MCInst;
34 /// Instances of this class represent operands of the MCInst class.
54 const MCInst *InstVal;
124 const MCInst *getInst() const {
129 void setInst(const MCInst *Val) {
169 static MCOperand createInst(const MCInst *Val) {
184 class MCInst {
    [all...]

Completed in 59 milliseconds