D | Unwind-EHABI.cpp | 760 _Unwind_VRS_Set(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, in _Unwind_VRS_Set() argument 765 static_cast<void *>(context), regclass, regno, in _Unwind_VRS_Set() 769 switch (regclass) { in _Unwind_VRS_Set() 819 _Unwind_VRS_RegClass regclass, uint32_t regno, in _Unwind_VRS_Get_Internal() argument 823 switch (regclass) { in _Unwind_VRS_Get_Internal() 872 _Unwind_VRS_Get(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, in _Unwind_VRS_Get() argument 876 _Unwind_VRS_Get_Internal(context, regclass, regno, representation, in _Unwind_VRS_Get() 880 static_cast<void *>(context), regclass, regno, in _Unwind_VRS_Get() 887 _Unwind_VRS_Pop(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, in _Unwind_VRS_Pop() argument 892 static_cast<void *>(context), regclass, discriminator, in _Unwind_VRS_Pop() [all …]
|