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

Method PopulateType

IDEHelper/DbgModule.cpp:1499–1506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1497}
1498
1499void DbgType::PopulateType()
1500{
1501 if (mIsIncomplete)
1502 {
1503 mCompileUnit->mDbgModule->PopulateType(this);
1504 mIsIncomplete = false;
1505 }
1506}
1507
1508DbgModule* DbgType::GetDbgModule()
1509{

Callers 4

GetPrimaryTypeMethod · 0.45
FindSubprogramMethod · 0.45
HotReplaceMethodsMethod · 0.45
HotReplaceTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected