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

Method UpdateRawOperandAsSSAVariableList

mediumlevelilinstruction.cpp:1056–1061  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1054
1055
1056void MediumLevelILInstructionBase::UpdateRawOperandAsSSAVariableList(
1057 size_t operandIndex, const vector<SSAVariable>& vars)
1058{
1059 UpdateRawOperand(operandIndex, vars.size() * 2);
1060 UpdateRawOperand(operandIndex + 1, function->AddSSAVariableList(vars));
1061}
1062
1063
1064void MediumLevelILInstructionBase::UpdateRawOperandAsExprList(

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
AddSSAVariableListMethod · 0.45

Tested by

no test coverage detected