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

Method GetPrimitiveType

IDEHelper/DbgModule.cpp:7619–7625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7617}
7618
7619DbgType* DbgModule::GetPrimitiveType(DbgTypeCode typeCode, DbgLanguage language)
7620{
7621 if (language == DbgLanguage_Beef)
7622 return mBfPrimitiveTypes[(int)typeCode];
7623 else
7624 return mCPrimitiveTypes[(int)typeCode];
7625}
7626
7627DbgType* DbgModule::GetPrimitiveStructType(DbgTypeCode typeCode)
7628{

Callers 11

GetIntMethod · 0.45
GetStringMethod · 0.45
DoLookupIdentifierMethod · 0.45
VisitMethod · 0.45
CreateCallMethod · 0.45
MatchMethodMethod · 0.45
DbgTypedValueToStringMethod · 0.45
GetRegisterMethod · 0.45
GetBaseTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected