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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp38 ::jmp_buf JumpBuffer; member in struct:__anon4844::CrashRecoveryContextImpl
81 longjmp(JumpBuffer, 1);
413 if (setjmp(CRCI->JumpBuffer) != 0) {
/freebsd-12-stable/sys/contrib/edk2/Include/Library/
H A DBaseLib.h4843 Saves the current CPU context in the buffer specified by JumpBuffer and
4847 If JumpBuffer is NULL, then ASSERT().
4848 For Itanium processors, if JumpBuffer is not aligned on a 16-byte boundary, then ASSERT().
4855 @param JumpBuffer A pointer to CPU context buffer.
4863 OUT BASE_LIBRARY_JUMP_BUFFER *JumpBuffer
4870 Restores the CPU context from the buffer specified by JumpBuffer. This
4872 the state of JumpBuffer.
4874 If JumpBuffer is NULL, then ASSERT().
4875 For Itanium processors, if JumpBuffer is not aligned on a 16-byte boundary, then ASSERT().
4878 @param JumpBuffer
[all...]

Completed in 168 milliseconds