BinaryNinja::MediumLevelILOperand Class Reference

Public Member Functions

 MediumLevelILOperand (const MediumLevelILInstruction &instr, MediumLevelILOperandUsage usage, size_t operandIndex)
 
MediumLevelILOperandType GetType () const
 
MediumLevelILOperandUsage GetUsage () const
 
uint64_t GetInteger () const
 
size_t GetIndex () const
 
uint32_t GetIntrinsic () const
 
MediumLevelILInstruction GetExpr () const
 
Variable GetVariable () const
 
SSAVariable GetSSAVariable () const
 
MediumLevelILIndexList GetIndexList () const
 
MediumLevelILIndexMap GetIndexMap () const
 
MediumLevelILVariableList GetVariableList () const
 
MediumLevelILSSAVariableList GetSSAVariableList () const
 
MediumLevelILInstructionList GetExprList () const
 

Constructor & Destructor Documentation

◆ MediumLevelILOperand()

MediumLevelILOperand::MediumLevelILOperand ( const MediumLevelILInstruction instr,
MediumLevelILOperandUsage  usage,
size_t  operandIndex 
)

Member Function Documentation

◆ GetExpr()

MediumLevelILInstruction MediumLevelILOperand::GetExpr ( ) const

◆ GetExprList()

MediumLevelILInstructionList MediumLevelILOperand::GetExprList ( ) const

◆ GetIndex()

size_t MediumLevelILOperand::GetIndex ( ) const

◆ GetIndexList()

MediumLevelILIndexList MediumLevelILOperand::GetIndexList ( ) const

◆ GetIndexMap()

MediumLevelILIndexMap MediumLevelILOperand::GetIndexMap ( ) const

◆ GetInteger()

uint64_t MediumLevelILOperand::GetInteger ( ) const

◆ GetIntrinsic()

uint32_t MediumLevelILOperand::GetIntrinsic ( ) const

◆ GetSSAVariable()

SSAVariable MediumLevelILOperand::GetSSAVariable ( ) const

◆ GetSSAVariableList()

MediumLevelILSSAVariableList MediumLevelILOperand::GetSSAVariableList ( ) const

◆ GetType()

MediumLevelILOperandType BinaryNinja::MediumLevelILOperand::GetType ( ) const
inline

◆ GetUsage()

MediumLevelILOperandUsage BinaryNinja::MediumLevelILOperand::GetUsage ( ) const
inline

◆ GetVariable()

Variable MediumLevelILOperand::GetVariable ( ) const

◆ GetVariableList()

MediumLevelILVariableList MediumLevelILOperand::GetVariableList ( ) const

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