| 4428 | } |
| 4429 | |
| 4430 | BF_EXPORT BfPassInstance* BF_CALLTYPE BfSystem_CreatePassInstance(BfSystem* bfSystem) |
| 4431 | { |
| 4432 | return new BfPassInstance(bfSystem); |
| 4433 | } |
| 4434 | |
| 4435 | BF_EXPORT void BF_CALLTYPE BfSystem_RemoveDeletedParsers(BfSystem* bfSystem) |
| 4436 | { |
no outgoing calls
no test coverage detected