Searched refs:_Unwind_Word (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Headers/ |
D | unwind.h | 69 typedef uintptr_t _Unwind_Word; typedef 117 _Unwind_Word private_1; 118 _Unwind_Word private_2; 183 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { in _Unwind_GetGR() 184 _Unwind_Word __value; in _Unwind_GetGR() 191 _Unwind_Word __value) { in _Unwind_SetGR() 196 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { in _Unwind_GetIP() 197 _Unwind_Word __ip = _Unwind_GetGR(__context, 15); in _Unwind_GetIP() 198 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */ in _Unwind_GetIP() 202 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { in _Unwind_SetIP() [all …]
|
/external/llvm-project/clang/lib/Headers/ |
D | unwind.h | 55 typedef uintptr_t _Unwind_Word __attribute__((__mode__(__unwind_word__))); typedef 144 _Unwind_Word private_[6]; 146 _Unwind_Word private_1; 147 _Unwind_Word private_2; 212 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { in _Unwind_GetGR() 213 _Unwind_Word __value; in _Unwind_GetGR() 220 _Unwind_Word __value) { in _Unwind_SetGR() 225 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { in _Unwind_GetIP() 226 _Unwind_Word __ip = _Unwind_GetGR(__context, 15); in _Unwind_GetIP() 227 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */ in _Unwind_GetIP() [all …]
|
/external/llvm-project/compiler-rt/lib/hwasan/ |
D | hwasan_exceptions.cpp | 32 typedef _Unwind_Word GetGRFn(_Unwind_Context* context, int index); 33 typedef _Unwind_Word GetCFAFn(_Unwind_Context* context);
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 478 BUILTIN(__builtin_extend_pointer, "ULLiv*", "n") // _Unwind_Word == uint64_t
|
/external/llvm-project/clang/include/clang/Basic/ |
D | Builtins.def | 601 BUILTIN(__builtin_extend_pointer, "ULLiv*", "n") // _Unwind_Word == uint64_t
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test22-pr19097-libstdc++.so.6.0.17.so.abi | 4368 …<typedef-decl name='_Unwind_Word' type-id='type-id-53' filepath='/tmp/legendre/spack-stage/spack-s…
|