Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp267 uptr ExtractLongJmpSp(uptr *env) { in ExtractLongJmpSp() function
H A Dtsan_platform_linux.cpp422 uptr ExtractLongJmpSp(uptr *env) { in ExtractLongJmpSp() function
H A Dtsan_platform.h871 uptr ExtractLongJmpSp(uptr *env);
H A Dtsan_interceptors_posix.cpp528 uptr sp = ExtractLongJmpSp(env); in LongJmp()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_platform_mac.cpp289 uptr ExtractLongJmpSp(uptr *env) { in ExtractLongJmpSp() function
H A Dtsan_platform_linux.cpp430 uptr ExtractLongJmpSp(uptr *env) { in ExtractLongJmpSp() function
H A Dtsan_platform.h977 uptr ExtractLongJmpSp(uptr *env);
H A Dtsan_interceptors_posix.cpp523 uptr sp = ExtractLongJmpSp(env); in LongJmp()