| 353 | |
| 354 | |
| 355 | RegisterValue CallingConvention::GetIncomingFlagValue(uint32_t, Function*) |
| 356 | { |
| 357 | return RegisterValue(); |
| 358 | } |
| 359 | |
| 360 | |
| 361 | Variable CallingConvention::GetIncomingVariableForParameterVariable(const Variable& var, Function*) |
no test coverage detected