Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ IsCodeView
Method
IsCodeView
IDEHelper/Compiler/BfCompiler.h:189–196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
}
188
189
bool IsCodeView()
190
{
191
#ifdef BF_PLATFORM_WINDOWS
192
return mToolsetType != BfToolsetType_GNU;
193
#else
194
return false;
195
#endif
196
}
197
};
198
Options mOptions;
199
Callers
8
AddDeferredCallEntry
Method · 0.80
FinishInit
Method · 0.80
SetIllegalSrcPos
Method · 0.80
DoLocalVariableDebugInfo
Method · 0.80
CreateNamespaceScope
Method · 0.80
CreateDbgTypeDefinition
Method · 0.80
DbgGetStaticFieldName
Method · 0.80
DbgAddPrefix
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected