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

Method MarkLabel

lowlevelil.cpp:361–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359
360
361void LowLevelILFunction::MarkLabel(BNLowLevelILLabel& label)
362{
363 BNLowLevelILMarkLabel(m_object, &label);
364}
365
366
367vector<uint64_t> LowLevelILFunction::GetOperandList(ExprId expr, size_t listOperand)

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected