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

Method UpdateRawOperandAsSSAVariableList

highlevelilinstruction.cpp:825–829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

823
824
825void HighLevelILInstructionBase::UpdateRawOperandAsSSAVariableList(size_t operandIndex, const vector<SSAVariable>& vars)
826{
827 UpdateRawOperand(operandIndex, vars.size() * 2);
828 UpdateRawOperand(operandIndex + 1, function->AddSSAVariableList(vars));
829}
830
831
832RegisterValue HighLevelILInstructionBase::GetValue() const

Callers 7

SetOutputSSAVariablesMethod · 0.45
SetOutputSSAVariablesMethod · 0.45
SetOutputSSAVariablesMethod · 0.45
SetOutputSSAVariablesMethod · 0.45
SetOutputSSAVariablesMethod · 0.45
SetOutputSSAVariablesMethod · 0.45
SetOutputSSAVariablesMethod · 0.45

Calls 2

sizeMethod · 0.45
AddSSAVariableListMethod · 0.45

Tested by

no test coverage detected