MCPcopy 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

AddDeferredCallEntryMethod · 0.80
FinishInitMethod · 0.80
SetIllegalSrcPosMethod · 0.80
CreateNamespaceScopeMethod · 0.80
DbgGetStaticFieldNameMethod · 0.80
DbgAddPrefixMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected