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

Function Targets_Create

IDEHelper/Targets.cpp:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5USING_NS_BF;
6
7BF_EXPORT void BF_CALLTYPE Targets_Create()
8{
9#ifndef __linux__
10 gX86Target = new X86Target();
11#endif
12}
13
14BF_EXPORT void BF_CALLTYPE Targets_Delete()
15{

Callers 3

FuzzAppMethod · 0.85
BootAppMethod · 0.85
GetExternCodeGenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected