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

Method GetVDataPrefixDataCount

IDEHelper/Compiler/BfCompiler.cpp:5699–5702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5697}
5698
5699int BfCompiler::GetVDataPrefixDataCount()
5700{
5701 return (mSystem->mPtrSize == 4) ? 2 : 1;
5702}
5703
5704int BfCompiler::GetDynCastVDataCount()
5705{

Callers 6

CreateSlotOfsMethod · 0.80
CreateTypeDataMethod · 0.80
EmitDynamicCastCheckMethod · 0.80
FinishMethod · 0.80
CreateCallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected