| 10792 | } |
| 10793 | |
| 10794 | bool BfModule::IsTargetingBeefBackend() |
| 10795 | { |
| 10796 | if (mProject == NULL) |
| 10797 | return true; |
| 10798 | return GetModuleOptions().mOptLevel == BfOptLevel_OgPlus; |
| 10799 | } |
| 10800 | |
| 10801 | bool BfModule::WantsLifetimes() |
| 10802 | { |
no outgoing calls
no test coverage detected