MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / GetRawOperandAsSSAVariableList

Method GetRawOperandAsSSAVariableList

highlevelilinstruction.cpp:775–778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

773
774
775HighLevelILSSAVariableList HighLevelILInstructionBase::GetRawOperandAsSSAVariableList(size_t operand) const
776{
777 return HighLevelILSSAVariableList(function, function->GetRawExpr(operands[operand + 1]), operands[operand]);
778}
779
780
781HighLevelILIndexList HighLevelILInstructionBase::GetRawOperandAsIndexList(size_t operand) const

Callers 8

GetSSAVariableListMethod · 0.45
GetOutputSSAVariablesMethod · 0.45
GetOutputSSAVariablesMethod · 0.45
GetOutputSSAVariablesMethod · 0.45
GetOutputSSAVariablesMethod · 0.45
GetOutputSSAVariablesMethod · 0.45
GetOutputSSAVariablesMethod · 0.45
GetOutputSSAVariablesMethod · 0.45

Calls 2

GetRawExprMethod · 0.45

Tested by

no test coverage detected