MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / SetFastcallCallingConvention

Method SetFastcallCallingConvention

architecture.cpp:1348–1351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1346
1347
1348void Architecture::SetFastcallCallingConvention(CallingConvention* cc)
1349{
1350 BNSetArchitectureFastcallCallingConvention(m_object, cc->GetObject());
1351}
1352
1353
1354Ref<CallingConvention> Architecture::GetDefaultCallingConvention()

Callers 3

RegisterArmArchitectureFunction · 0.80
CorePluginInitFunction · 0.80
CorePluginInitFunction · 0.80

Calls 1

GetObjectMethod · 0.45

Tested by

no test coverage detected