Searched refs:__thumb_mode_bit (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h232 _Unwind_Word __thumb_mode_bit = _Unwind_GetGR(__context, 15) & 0x1; local
233 _Unwind_SetGR(__context, 15, __value | __thumb_mode_bit);

Completed in 98 milliseconds