Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp270 uptr ExtractLongJmpSp(uptr *env) { in ExtractLongJmpSp() function
H A Dtsan_platform_linux.cpp537 uptr ExtractLongJmpSp(uptr *env) { in ExtractLongJmpSp() function
H A Dtsan_platform.h1032 uptr ExtractLongJmpSp(uptr *env);
H A Dtsan_interceptors_posix.cpp559 uptr sp = ExtractLongJmpSp(env); in LongJmp()