| 9851 | } |
| 9852 | |
| 9853 | BF_EXPORT void BF_CALLTYPE BfCompiler_ClearResults(BfCompiler* bfCompiler) |
| 9854 | { |
| 9855 | bfCompiler->ClearResults(); |
| 9856 | } |
| 9857 | |
| 9858 | BF_EXPORT bool BF_CALLTYPE BfCompiler_ClassifySource(BfCompiler* bfCompiler, BfPassInstance* bfPassInstance, BfResolvePassData* resolvePassData) |
| 9859 | { |
nothing calls this directly
no test coverage detected