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

Method VisitAllExprs

highlevelil.cpp:554–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552
553
554void HighLevelILFunction::VisitAllExprs(const function<bool(const HighLevelILInstruction& expr)>& func)
555{
556 GetRootExpr().VisitExprs([&](const HighLevelILInstruction& expr) { return func(expr); });
557}
558
559
560Ref<FlowGraph> HighLevelILFunction::CreateFunctionGraph(DisassemblySettings* settings)

Callers

nothing calls this directly

Calls 1

VisitExprsMethod · 0.45

Tested by

no test coverage detected