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

Method SetCdeclCallingConvention

architecture.cpp:1336–1339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1334
1335
1336void Architecture::SetCdeclCallingConvention(CallingConvention* cc)
1337{
1338 BNSetArchitectureCdeclCallingConvention(m_object, cc->GetObject());
1339}
1340
1341
1342void Architecture::SetStdcallCallingConvention(CallingConvention* cc)

Callers 3

RegisterArmArchitectureFunction · 0.80
CorePluginInitFunction · 0.80
CorePluginInitFunction · 0.80

Calls 1

GetObjectMethod · 0.45

Tested by

no test coverage detected