Home
last modified time | relevance | path

Searched defs:LongJmp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DConfig.h93 LongJmp = 0x2, /// Emit longjmp tables enumerator
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp558 static void LongJmp(ThreadState *thr, uptr *env) { in LongJmp() function