Searched refs:LongJmp (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/lld/COFF/
H A DConfig.h93 LongJmp = 0x2, /// Emit longjmp tables enumerator in enum:lld::coff::GuardCFLevel
H A DDriverUtils.cpp108 ctx.config.guardCF &= ~GuardCFLevel::LongJmp;
112 ctx.config.guardCF |= GuardCFLevel::CF | GuardCFLevel::LongJmp;
H A DWriter.cpp1948 if (config->guardCF & GuardCFLevel::LongJmp)
1961 if (config->guardCF & GuardCFLevel::LongJmp)
2481 if (!(ctx.config.guardCF & GuardCFLevel::LongJmp))
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp558 static void LongJmp(ThreadState *thr, uptr *env) { function
638 LongJmp(cur_thread(), env);
646 LongJmp(cur_thread(), env);
655 LongJmp(cur_thread(), env);

Completed in 180 milliseconds