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

Method SeparateParamListSSA

lowlevelilinstruction.cpp:3408–3411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3406
3407
3408ExprId LowLevelILFunction::SeparateParamListSSA(const vector<ExprId>& params, const ILSourceLocation& loc)
3409{
3410 return AddExprWithLocation(LLIL_SEPARATE_PARAM_LIST_SSA, loc, 0, 0, params.size(), AddOperandList(params));
3411}
3412
3413
3414ExprId LowLevelILFunction::SharedParamSlotSSA(const vector<ExprId>& params, const ILSourceLocation& loc)

Callers 1

CopyToMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected