| 4423 | } |
| 4424 | |
| 4425 | BF_EXPORT void BF_CALLTYPE BfPassInstance_Delete(BfPassInstance* bfPassInstance) |
| 4426 | { |
| 4427 | delete bfPassInstance; |
| 4428 | } |
| 4429 | |
| 4430 | BF_EXPORT BfPassInstance* BF_CALLTYPE BfSystem_CreatePassInstance(BfSystem* bfSystem) |
| 4431 | { |
no outgoing calls
no test coverage detected