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

Method FlagGroup

lowlevelilinstruction.cpp:3438–3441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3436
3437
3438ExprId LowLevelILFunction::FlagGroup(uint32_t semGroup, const ILSourceLocation& loc)
3439{
3440 return AddExprWithLocation(LLIL_FLAG_GROUP, loc, 0, 0, semGroup);
3441}
3442
3443
3444ExprId LowLevelILFunction::CompareEqual(size_t size, ExprId a, ExprId b, const ILSourceLocation& loc)

Callers 7

CopyToMethod · 0.80
GetConditionFunction · 0.80
CMovFlagGroupFunction · 0.80
ExtractConditionClauseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected