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

/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h1 //===-- llvm/MC/MCInstrDesc.h - Instruction Descriptors -*- C++ -*-===//
10 // This file defines the MCOperandInfo and MCInstrDesc classes, which
95 /// MCInstrDesc flags - These should be considered private to the
96 /// implementation of the MCInstrDesc class. Clients should use the predicate
97 /// methods on MCInstrDesc, not use these directly. These all correspond to
98 /// bitfields in the MCInstrDesc::Flags field.
132 /// MCInstrDesc - Describe properties that are true of each instruction in the
137 class MCInstrDesc { class in namespace:llvm

Completed in 68 milliseconds