MCPcopy Create free account
hub / github.com/beefytech/Beef / ReleaseCompiler

Method ReleaseCompiler

BeefFuzz/FuzzApp.cpp:292–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292void FuzzApp::ReleaseCompiler()
293{
294 BfPassInstance_Delete(mPassInstance);
295 BfCompiler_Delete(mCompiler);
296
297 BfSystem_Delete(mSystem);
298}
299
300

Callers 1

LLVMFuzzerTestOneInputFunction · 0.80

Calls 3

BfPassInstance_DeleteFunction · 0.85
BfCompiler_DeleteFunction · 0.85
BfSystem_DeleteFunction · 0.85

Tested by

no test coverage detected