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

/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwind-sjlj.c41 uint64_t resumeLocation; member in struct:_Unwind_FunctionContext
47 uint32_t resumeLocation; member in struct:_Unwind_FunctionContext
441 (void *)context, ufc->resumeLocation + 1);
442 return ufc->resumeLocation + 1;
455 ufc->resumeLocation + 1);
456 return ufc->resumeLocation + 1;
466 ufc->resumeLocation = new_value - 1;

Completed in 108 milliseconds