LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
llvm::MCDecodedInst Class Reference

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>

Collaboration diagram for llvm::MCDecodedInst:
Collaboration graph
[legend]

Public Member Functions

 MCDecodedInst (const MCInst &Inst, uint64_t Address, uint64_t Size)
 

Public Attributes

MCInst Inst
 
uint64_t Address
 
uint64_t Size
 

Detailed Description

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.

Definition at line 113 of file MCAtom.h.

Constructor & Destructor Documentation

llvm::MCDecodedInst::MCDecodedInst ( const MCInst Inst,
uint64_t  Address,
uint64_t  Size 
)
inline

Definition at line 118 of file MCAtom.h.

Member Data Documentation

uint64_t llvm::MCDecodedInst::Address

Definition at line 116 of file MCAtom.h.

MCInst llvm::MCDecodedInst::Inst

Definition at line 115 of file MCAtom.h.

uint64_t llvm::MCDecodedInst::Size

Definition at line 117 of file MCAtom.h.


The documentation for this class was generated from the following file: