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

Method GetDefaultCallingConvention

platform.cpp:308–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306
307
308Ref<CallingConvention> Platform::GetDefaultCallingConvention() const
309{
310 BNCallingConvention* cc = BNGetPlatformDefaultCallingConvention(m_object);
311 if (!cc)
312 return nullptr;
313 return new CoreCallingConvention(cc);
314}
315
316
317Ref<CallingConvention> Platform::GetCdeclCallingConvention() const

Callers 6

ApplyMethodTypeMethod · 0.45
InitMethod · 0.45
AdjustCallTypeMethod · 0.45
InitMethod · 0.45
updateDisplayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected