Home
last modified time | relevance | path

Searched refs:_Unwind_Ptr (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Headers/
Dunwind.h71 typedef uintptr_t _Unwind_Ptr; typedef
223 _Unwind_Ptr _Unwind_GetRegionStart(struct _Unwind_Context *);
254 _Unwind_Ptr _Unwind_GetDataRelBase(struct _Unwind_Context *)
256 _Unwind_Ptr _Unwind_GetTextRelBase(struct _Unwind_Context *)
283 _Unwind_Ptr _Unwind_GetDataRelBase(struct _Unwind_Context *);
284 _Unwind_Ptr _Unwind_GetTextRelBase(struct _Unwind_Context *);
/external/clang/test/CodeGen/
D2009-01-21-InvalidIterator.c27 typedef unsigned _Unwind_Ptr; typedef
63 _Unwind_Ptr
/external/libunwind_llvm/src/
DAddressSpace.hpp398 (uintptr_t)dl_unwind_find_exidx((_Unwind_Ptr)targetAddr, &length); in findUnwindSections()