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

Function MakeDataPair

IDEHelper/DbgModule.cpp:2808–2811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2806
2807template <typename T>
2808static DataPair MakeDataPair(T* data)
2809{
2810 return DataPair(T::ClassType, data);
2811}
2812
2813void DbgModule::FixupInnerTypes(int startingTypeIdx)
2814{

Callers 1

ParseDWARFMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected