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

Method Return

highlevelilinstruction.cpp:2605–2608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2603
2604
2605ExprId HighLevelILFunction::Return(const vector<ExprId>& sources, const ILSourceLocation& loc)
2606{
2607 return AddExprWithLocation(HLIL_RET, loc, 0, sources.size(), AddOperandList(sources));
2608}
2609
2610
2611ExprId HighLevelILFunction::NoReturn(const ILSourceLocation& loc)

Callers 1

CopyToMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected