Home
last modified time | relevance | path

Searched refs:jbuf (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/
H A Duse-after-scope-setjmp.cpp16 jmp_buf jbuf; variable
21 longjmp(jbuf, 1); in jump()
28 switch (setjmp(jbuf)) { in target()
/llvm-project-15.0.7/libunwind/src/
H A DUnwind-sjlj.c59 void *jbuf[]; member
226 (void *)exception_object, c->jbuf[1]); in unwind_phase2()
230 __builtin_longjmp(c->jbuf, 1); in unwind_phase2()
303 __builtin_longjmp(c->jbuf, 1); in unwind_phase2_forced()
523 return (uintptr_t) ufc->jbuf[2]; in _Unwind_GetCFA()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dstack-tagging-setjmp.ll6 @jbuf = dso_local global [32 x i64] zeroinitializer, align 8
13 …%call = call i32 @setjmp(i64* noundef getelementptr inbounds ([32 x i64], [32 x i64]* @jbuf, i64 0…
/llvm-project-15.0.7/llvm/test/Instrumentation/HWAddressSanitizer/
H A Duse-after-scope-setjmp.ll6 @jbuf = dso_local global [32 x i64] zeroinitializer, align 8
13 …%call = call i32 @setjmp(i64* noundef getelementptr inbounds ([32 x i64], [32 x i64]* @jbuf, i64 0…