Searched refs:fstatvfs (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors_netbsd_compat.inc | 26 #undef fstatvfs 45 INTERCEPTOR(int, fstatvfs, int fd, void *buf) { 47 COMMON_INTERCEPTOR_ENTER(ctx, fstatvfs, fd, buf); 52 int res = REAL(fstatvfs)(fd, buf); 64 COMMON_INTERCEPT_FUNCTION(fstatvfs); \
|
| H A D | sanitizer_common_interceptors.inc | 82 #define fstatvfs __fstatvfs90 4656 INTERCEPTOR(int, fstatvfs, int fd, void *buf) { 4658 COMMON_INTERCEPTOR_ENTER(ctx, fstatvfs, fd, buf); 4663 int res = REAL(fstatvfs)(fd, buf); 4673 COMMON_INTERCEPT_FUNCTION(fstatvfs);
|
| /llvm-project-15.0.7/llvm/test/Transforms/InferFunctionAttrs/ |
| H A D | no-proto.ll | 465 ; CHECK: declare void @fstatvfs(...) 466 declare void @fstatvfs(...)
|
| H A D | annotate.ll | 532 ; CHECK: declare noundef i32 @fstatvfs(i32 noundef, %opaque* nocapture noundef) [[NOFREE_NOUNWIND]] 533 declare i32 @fstatvfs(i32, %opaque*)
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 877 /// int fstatvfs(int fildes, struct statvfs *buf); 878 TLI_DEFINE_ENUM_INTERNAL(fstatvfs) 879 TLI_DEFINE_STRING_INTERNAL("fstatvfs")
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 765 TEST(MemorySanitizer, fstatvfs) { in TEST() argument 768 int res = fstatvfs(fd, &st); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 80 #define FSTATVFS fstatvfs
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1792 fun:fstatvfs=uninstrumented
|