Instances of this class represent a single low‐level machine instruction.
Synopsis
Declared in <llvm/MC/MCInst.h>
class MCInst;
Type Aliases
Name |
Description |
Const iterator over this instruction's operands. |
|
Mutable iterator over this instruction's operands. |
Member Functions
Name |
Description |
|
Construct an empty machine instruction with opcode zero. |
Append |
|
|
|
Remove all operands from this instruction. |
|
Dump this instruction to stderr for debugging. |
|
|
|
|
|
|
|
Return the target‐specific flags for this instruction. |
|
Return the source location associated with this instruction. |
|
Return the number of operands in this instruction. |
|
Return the opcode of this instruction. |
|
|
|
Return a read‐only view of this instruction's operands. |
|
Insert |
|
Print this instruction to |
|
Set the target‐specific flags for this instruction. |
|
Set the source location associated with this instruction. |
|
Set the opcode of this instruction. |
|
Replace this instruction's operands with |
|
Return the number of operands in this instruction. |
Created with MrDocs