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 /// MCOperand - Instances of this class represent operands of the MCInst class.
128 /// MCInst - Instances of this class represent a single low-level machine
130 class MCInst { class in namespace:llvm
134 MCInst() : Opcode(0) {} function in class:llvm::MCInst
161 /// \brief Dump the MCInst as prettily as possible using the additional MC
174 inline raw_ostream& operator<<(raw_ostream &OS, const MCInst &MI) {

Completed in 59 milliseconds