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

/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DUnwind-sjlj.c36 uint32_t resumeLocation; member in struct:_Unwind_FunctionContext
429 (void *)context, ufc->resumeLocation + 1);
430 return ufc->resumeLocation + 1;
443 ufc->resumeLocation + 1);
444 return ufc->resumeLocation + 1;
454 ufc->resumeLocation = new_value - 1;

Completed in 128 milliseconds