Public Member Functions | |
HighLevelILOperand (const HighLevelILInstruction &instr, HighLevelILOperandUsage usage, size_t operandIndex) | |
HighLevelILOperandType | GetType () const |
HighLevelILOperandUsage | GetUsage () const |
uint64_t | GetInteger () const |
size_t | GetIndex () const |
uint32_t | GetIntrinsic () const |
HighLevelILInstruction | GetExpr () const |
Variable | GetVariable () const |
SSAVariable | GetSSAVariable () const |
HighLevelILInstructionList | GetExprList () const |
HighLevelILSSAVariableList | GetSSAVariableList () const |
HighLevelILIndexList | GetIndexList () const |
HighLevelILOperand::HighLevelILOperand | ( | const HighLevelILInstruction & | instr, |
HighLevelILOperandUsage | usage, | ||
size_t | operandIndex | ||
) |
HighLevelILInstruction HighLevelILOperand::GetExpr | ( | ) | const |
HighLevelILInstructionList HighLevelILOperand::GetExprList | ( | ) | const |
size_t HighLevelILOperand::GetIndex | ( | ) | const |
HighLevelILIndexList HighLevelILOperand::GetIndexList | ( | ) | const |
uint64_t HighLevelILOperand::GetInteger | ( | ) | const |
uint32_t HighLevelILOperand::GetIntrinsic | ( | ) | const |
SSAVariable HighLevelILOperand::GetSSAVariable | ( | ) | const |
HighLevelILSSAVariableList HighLevelILOperand::GetSSAVariableList | ( | ) | const |
|
inline |
|
inline |
Variable HighLevelILOperand::GetVariable | ( | ) | const |