Searched refs:resumeLocation (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/projects/libunwind/src/
H A DUnwind-sjlj.c42 uintptr_t resumeLocation; member in struct:_Unwind_FunctionContext
382 ufc->resumeLocation + 1);
383 return ufc->resumeLocation + 1;
395 context, ipBefore, ufc->resumeLocation + 1);
396 return ufc->resumeLocation + 1;
406 ufc->resumeLocation = new_value - 1;

Completed in 50 milliseconds