Searched refs:fstat64 (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/msan/ |
| H A D | fstat64.cpp | 9 if (fstat64(0, &st)) in main()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RTDyldMemoryManager.cpp | 239 if (Name == "fstat64") return (uint64_t)&fstat64; in getSymbolAddressInProcess()
|
| /llvm-project-15.0.7/llvm/test/Transforms/InferFunctionAttrs/ |
| H A D | no-proto.ll | 462 ; CHECK: declare void @fstat64(...) 463 declare void @fstat64(...)
|
| H A D | annotate.ll | 529 ; CHECK-LINUX: declare noundef i32 @fstat64(i32 noundef, %opaque* nocapture noundef) [[NOFREE_NOUNW… 530 declare i32 @fstat64(i32, %opaque*)
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 671 INTERCEPTOR(int, fstat64, int fd, void *buf) { in INTERCEPTOR() argument 673 int res = REAL(fstat64)(fd, buf); in INTERCEPTOR() 678 # define MSAN_MAYBE_INTERCEPT_FSTAT64 MSAN_INTERCEPT_FUNC(fstat64)
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 874 /// int fstat64(int filedes, struct stat64 *buf) 875 TLI_DEFINE_ENUM_INTERNAL(fstat64) 876 TLI_DEFINE_STRING_INTERNAL("fstat64")
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_interceptors_posix.cpp | 1578 TSAN_INTERCEPTOR(int, fstat64, int fd, void *buf) { in TSAN_INTERCEPTOR() argument 1584 #define TSAN_MAYBE_INTERCEPT_FSTAT64 TSAN_INTERCEPT(fstat64)
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 1583 TSAN_INTERCEPTOR(int, fstat64, int fd, void *buf) { in TSAN_INTERCEPTOR() argument 1589 #define TSAN_MAYBE_INTERCEPT_FSTAT64 TSAN_INTERCEPT(fstat64)
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_linux.cpp | 452 int res = internal_syscall(SYSCALL(fstat64), fd, &buf64); in internal_fstat()
|
| H A D | sanitizer_common_syscalls.inc | 1025 PRE_SYSCALL(fstat64)(long fd, void *statbuf) {} 1027 POST_SYSCALL(fstat64)(long res, long fd, void *statbuf) {
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1787 fun:fstat64=uninstrumented
|