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

Function BfSystem_CreateCompiler

IDEHelper/Compiler/BfSystem.cpp:4327–4330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4325}
4326
4327BF_EXPORT BfCompiler* BF_CALLTYPE BfSystem_CreateCompiler(BfSystem* bfSystem, bool isResolveOnly)
4328{
4329 return bfSystem->CreateCompiler(isResolveOnly);
4330}
4331
4332BF_EXPORT const char* BF_CALLTYPE BfPassInstance_PopOutString(BfPassInstance* bfPassInstance)
4333{

Callers 2

PrepareCompilerMethod · 0.85
CompileMethod · 0.85

Calls 1

CreateCompilerMethod · 0.80

Tested by

no test coverage detected