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

Method PopulateStaticVariableMap

IDEHelper/DbgModule.cpp:2477–2488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2475}
2476
2477void DbgModule::PopulateStaticVariableMap()
2478{
2479 if (mPopulatedStaticVariables)
2480 return;
2481
2482 for (auto staticVariable : mStaticVariables)
2483 {
2484 mStaticVariableMap[staticVariable->GetMappedName()] = staticVariable;
2485 }
2486
2487 mPopulatedStaticVariables = true;
2488}
2489
2490void DbgModule::ProcessDebugInfo()
2491{

Callers 1

ReadCOFFMethod · 0.45

Calls 1

GetMappedNameMethod · 0.80

Tested by

no test coverage detected