Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_fd.h59 uptr File2addr(const char *path);
H A Dtsan_fd.cpp304 uptr File2addr(const char *path) { in File2addr() function
H A Dtsan_interceptors_posix.cpp1820 Release(thr, pc, File2addr(path)); in TSAN_INTERCEPTOR()
2368 Acquire(thr, pc, File2addr(path)); \
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.h60 uptr File2addr(const char *path);
H A Dtsan_fd.cpp359 uptr File2addr(const char *path) { in File2addr() function
H A Dtsan_interceptors_posix.cpp1820 Release(thr, pc, File2addr(path)); in TSAN_INTERCEPTOR()
2374 Acquire(thr, pc, File2addr(path)); \