Searched refs:__builtin_eh_return_data_regno (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/compiler-rt/builtins/
H A Dgcc_personality_v0.c224 _Unwind_SetGR(context, __builtin_eh_return_data_regno(0),
226 _Unwind_SetGR(context, __builtin_eh_return_data_regno(1), 0);
/barrelfish-master/lib/cxx/cxxabi/
H A Dcxa_personality.cpp533 #define __builtin_eh_return_data_regno(regno) regno macro
535 _Unwind_SetGR(context, __builtin_eh_return_data_regno(0),
537 _Unwind_SetGR(context, __builtin_eh_return_data_regno(1),

Completed in 38 milliseconds