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