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

Method GetVTableMethodOffset

IDEHelper/Compiler/BfCompiler.cpp:5744–5749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5742}
5743
5744int BfCompiler::GetVTableMethodOffset()
5745{
5746 if (mOptions.mHasVDataExtender)
5747 return 1;
5748 return 0;
5749}
5750
5751bool BfCompiler::DoWorkLoop(bool onlyReifiedTypes, bool onlyReifiedMethods)
5752{

Callers 3

VisitMethod · 0.80
GetTypeTypeDataMethod · 0.80
EmitDtorBodyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected