Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/src/
DUnwindLevel1-gcc-ext.c222 int *ipBefore) { in _Unwind_GetIPInfo() argument
229 *ipBefore = 0; in _Unwind_GetIPInfo()
231 *ipBefore = 1; in _Unwind_GetIPInfo()
DUnwind-sjlj.c438 int *ipBefore) { in _Unwind_GetIPInfo() argument
440 *ipBefore = 0; in _Unwind_GetIPInfo()
442 (void *)context, (void *)ipBefore, in _Unwind_GetIPInfo()
/external/llvm-project/libunwind/include/
Dunwind.h318 int *ipBefore);