Home
last modified time | relevance | path

Searched refs:LongJmp (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DConfig.h93 LongJmp = 0x2, /// Emit longjmp tables enumerator
H A DDriverUtils.cpp110 ctx.config.guardCF &= ~GuardCFLevel::LongJmp; in parseGuard()
114 ctx.config.guardCF |= GuardCFLevel::CF | GuardCFLevel::LongJmp; in parseGuard()
H A DWriter.cpp1952 if (config->guardCF & GuardCFLevel::LongJmp) in createGuardCFTables()
1965 if (config->guardCF & GuardCFLevel::LongJmp) in createGuardCFTables()
2497 if (!(ctx.config.guardCF & GuardCFLevel::LongJmp)) in checkLoadConfigGuardData()
/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
638 LongJmp(cur_thread(), env); in TSAN_INTERCEPTOR()
646 LongJmp(cur_thread(), env); in TSAN_INTERCEPTOR()
655 LongJmp(cur_thread(), env); in TSAN_INTERCEPTOR()
/freebsd/sys/dev/aic7xxx/
H A Daic79xx.seq532 /************************ Packetized LongJmp Routines *************************/
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td3146 def LongJmp : LibBuiltin<"setjmp.h"> {