| 1115 | } |
| 1116 | |
| 1117 | BF_EXPORT void BF_CALLTYPE BfCodeGen_Finish() |
| 1118 | { |
| 1119 | if (gExternCodeGen != NULL) |
| 1120 | { |
| 1121 | gExternCodeGen->Finish(); |
| 1122 | gExternCodeGen->ClearResults(); |
| 1123 | } |
| 1124 | } |
| 1125 | |
| 1126 | BF_EXPORT void BF_CALLTYPE BfCodeGen_Kill() |
| 1127 | { |
nothing calls this directly
no test coverage detected