Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
292
void FuzzApp::ReleaseCompiler()
293
{
294
BfPassInstance_Delete(mPassInstance);
295
BfCompiler_Delete(mCompiler);
296
297
BfSystem_Delete(mSystem);
298
}
299
300
Callers
1
LLVMFuzzerTestOneInput
Function · 0.80
Calls
3
BfPassInstance_Delete
Function · 0.85
BfCompiler_Delete
Function · 0.85
BfSystem_Delete
Function · 0.85
Tested by
no test coverage detected