LLVM API Documentation
An entry in an MCTextAtom: a disassembled instruction. NOTE: Both the Address and Size field are actually redundant when taken in the context of the text atom, and may better be exposed in an iterator instead of stored in the atom, which would replace this class. More...
#include <MCAtom.h>
Public Member Functions | |
MCDecodedInst (const MCInst &Inst, uint64_t Address, uint64_t Size) | |
Public Attributes | |
MCInst | Inst |
uint64_t | Address |
uint64_t | Size |
An entry in an MCTextAtom: a disassembled instruction. NOTE: Both the Address and Size field are actually redundant when taken in the context of the text atom, and may better be exposed in an iterator instead of stored in the atom, which would replace this class.
|
inline |