Home
last modified time | relevance | path

Searched refs:_Unwind_Word (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h55 typedef uintptr_t _Unwind_Word __attribute__((__mode__(__unwind_word__))); typedef
147 _Unwind_Word private_[6];
149 _Unwind_Word private_1;
150 _Unwind_Word private_2;
217 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { in _Unwind_GetGR()
218 _Unwind_Word __value; in _Unwind_GetGR()
225 _Unwind_Word __value) { in _Unwind_SetGR()
230 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { in _Unwind_GetIP()
231 _Unwind_Word __ip = _Unwind_GetGR(__context, 15); in _Unwind_GetIP()
232 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */ in _Unwind_GetIP()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td970 // _Unwind_Word == uint64_t