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

Method TailCall

mediumlevelilinstruction.cpp:2770–2775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2768
2769
2770ExprId MediumLevelILFunction::TailCall(
2771 const vector<Variable>& output, ExprId dest, const vector<ExprId>& params, const ILSourceLocation& loc)
2772{
2773 return AddExprWithLocation(
2774 MLIL_TAILCALL, loc, 0, output.size(), AddVariableList(output), dest, params.size(), AddOperandList(params));
2775}
2776
2777
2778ExprId MediumLevelILFunction::TailCallUntyped(const vector<Variable>& output, ExprId dest,

Callers 1

CopyToMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected