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

Method PopulateSubprogram

IDEHelper/DbgModule.cpp:115–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void DbgSubprogram::PopulateSubprogram()
116{
117 if (mDeferredInternalsSize == 0)
118 return;
119 mCompileUnit->mDbgModule->PopulateSubprogram(this);
120}
121
122//////////////////////////////////////////////////////////////////////////
123

Callers 2

FindSubprogramMethod · 0.45
HotReplaceMethodsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected