Home
last modified time | relevance | path

Searched defs:JmpBuf (Results 1 – 4 of 4) sorted by relevance

/external/llvm/tools/llvm-as-fuzzer/
Dllvm-as-fuzzer.cpp30 static jmp_buf JmpBuf; variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-as-fuzzer/
Dllvm-as-fuzzer.cpp30 static jmp_buf JmpBuf; variable
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h319 struct JmpBuf { struct
320 uptr sp;
321 uptr mangled_sp;
322 int int_signal_send;
323 bool in_blocking_func;
324 uptr in_signal_handler;
325 uptr *shadow_stack_pos;
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLowerInvoke.cpp453 AllocaInst *JmpBuf = in insertExpensiveEHSupport() local