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

Method TailCall

lowlevelilinstruction.cpp:3369–3372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3367
3368
3369ExprId LowLevelILFunction::TailCall(ExprId dest, const ILSourceLocation& loc)
3370{
3371 return AddExprWithLocation(LLIL_TAILCALL, loc, 0, 0, dest);
3372}
3373
3374
3375ExprId LowLevelILFunction::CallSSA(const vector<SSARegister>& output, ExprId dest, const vector<ExprId>& params,

Callers 3

CopyToMethod · 0.45
TailCallTranslationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected