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 |
MediumLevelILOperand::MediumLevelILOperand | ( | const MediumLevelILInstruction & | instr, |
MediumLevelILOperandUsage | usage, | ||
size_t | operandIndex | ||
) |
MediumLevelILInstruction MediumLevelILOperand::GetExpr | ( | ) | const |
MediumLevelILInstructionList MediumLevelILOperand::GetExprList | ( | ) | const |
size_t MediumLevelILOperand::GetIndex | ( | ) | const |
MediumLevelILIndexList MediumLevelILOperand::GetIndexList | ( | ) | const |
MediumLevelILIndexMap MediumLevelILOperand::GetIndexMap | ( | ) | const |
uint64_t MediumLevelILOperand::GetInteger | ( | ) | const |
uint32_t MediumLevelILOperand::GetIntrinsic | ( | ) | const |
SSAVariable MediumLevelILOperand::GetSSAVariable | ( | ) | const |
MediumLevelILSSAVariableList MediumLevelILOperand::GetSSAVariableList | ( | ) | const |
|
inline |
|
inline |
Variable MediumLevelILOperand::GetVariable | ( | ) | const |
MediumLevelILVariableList MediumLevelILOperand::GetVariableList | ( | ) | const |