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

Method GetDbgModule

IDEHelper/DbgModule.cpp:1508–1513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1506}
1507
1508DbgModule* DbgType::GetDbgModule()
1509{
1510 if (mCompileUnit == NULL)
1511 return NULL;
1512 return mCompileUnit->mDbgModule;
1513}
1514
1515DbgType* DbgType::GetPrimaryType()
1516{

Callers 6

CastMethod · 0.80
GetMemberListMethod · 0.80
DbgTypedValueToStringMethod · 0.80
GetPointerTypeMethod · 0.80
GetConstTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected