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