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

Method If

lowlevelil.cpp:353–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351
352
353ExprId LowLevelILFunction::If(ExprId operand, BNLowLevelILLabel& t, BNLowLevelILLabel& f, const ILSourceLocation& loc)
354{
355 if (loc.valid)
356 return BNLowLevelILIfWithLocation(m_object, operand, &t, &f, loc.address, loc.sourceOperand);
357 return BNLowLevelILIf(m_object, operand, &t, &f);
358}
359
360
361void LowLevelILFunction::MarkLabel(BNLowLevelILLabel& label)

Callers 15

CopyToMethod · 0.45
CopyToMethod · 0.45
ConditionExecuteFunction · 0.45
ConditionalJumpFunction · 0.45
ConditionalJumpFunction · 0.45
ConditionExecuteFunction · 0.45
StoreExclusiveFunction · 0.45
StorePairExclusiveFunction · 0.45
SaturateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected