MCPcopy Create free account
hub / github.com/beefytech/Beef / WantsLifetimes

Method WantsLifetimes

IDEHelper/Compiler/BfModule.cpp:10801–10812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10799}
10800
10801bool BfModule::WantsLifetimes()
10802{
10803 if (mBfIRBuilder->mIgnoreWrites)
10804 return false;
10805
10806 if ((mIsComptimeModule) && (mBfIRBuilder->HasDebugLocation()))
10807 return true;
10808 else if (mProject == NULL)
10809 return false;
10810
10811 return GetModuleOptions().mOptLevel == BfOptLevel_OgPlus;
10812}
10813
10814bool BfModule::HasCompiledOutput()
10815{

Callers 1

InjectMixinMethod · 0.80

Calls 1

HasDebugLocationMethod · 0.80

Tested by

no test coverage detected