| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/FreeBSDKernel/tools/ |
| H A D | libfbsdvmcore-hacks.patch | 81 + return pread(fd, buf, count, offset); 112 - if (pread(kd->pmfd, &pdpe, sizeof(pdpe), ofs) != sizeof(pdpe)) { 121 - if (pread(kd->pmfd, &pde, sizeof(pde), ofs) != sizeof(pde)) { 130 - if (pread(kd->pmfd, &pte, sizeof(pte), ofs) != sizeof(pte)) { 143 - if (pread(kd->pmfd, &vmst->hdr, sizeof(vmst->hdr), 0) != 156 - if (pread(kd->pmfd, &vmst->hdr, sizeof(vmst->hdr), 0) != 165 - if (pread(kd->pmfd, &pt, AMD64_PAGE_SIZE, ofs) != 178 - if (pread(kd->pmfd, &vmst->hdr, sizeof(vmst->hdr), 0) != 191 - if (pread(kd->pmfd, &minihdr, 8, 0) == 8 && 231 - rd = pread(kd->pmfd, kd->pt_map, map_len, map_off);
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/dd/ |
| H A D | dd_interceptors.cpp | 236 INTERCEPTOR(SSIZE_T, pread, int fd, void *ptr, SIZE_T count, OFF_T offset) { in INTERCEPTOR() argument 238 return REAL(pread)(fd, ptr, count, offset); in INTERCEPTOR() 325 INTERCEPT_FUNCTION(pread); in InitializeInterceptors()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/symbolizer/ |
| H A D | sanitizer_wrappers.cpp | 164 LLVM_SYMBOLIZER_INTERCEPTOR4(pread, ssize_t(int, void *, size_t, off_t))
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | lldb-platform-packets.txt | 395 // vFile:pread: 402 // receive: vFile:pread:7,1024,0
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | file.cpp | 275 auto chunk{::pread(fd_, buffer + got, bytes - got, at)}; in ReadAsynchronously()
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/tests/ |
| H A D | asan_test.cpp | 819 TEST(AddressSanitizer, pread) { in TEST() argument 820 READ_TEST(pread(fd, x, 15, 0)); in TEST()
|
| /llvm-project-15.0.7/llvm/test/Transforms/InferFunctionAttrs/ |
| H A D | no-proto.ll | 675 ; CHECK: declare void @pread(...) 676 declare void @pread(...)
|
| H A D | annotate.ll | 756 ; CHECK: declare noundef i64 @pread(i32 noundef, i8* nocapture noundef, i64 noundef, i64 noundef) [… 757 declare i64 @pread(i32, i8*, i64, i64)
|
| /llvm-project-15.0.7/utils/bazel/llvm_configs/ |
| H A D | config.h.cmake | 155 /* Define to 1 if you have the `pread' function. */
|
| /llvm-project-15.0.7/llvm/include/llvm/Config/ |
| H A D | config.h.cmake | 155 /* Define to 1 if you have the `pread' function. */
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | File.cpp | 643 llvm::sys::RetryAfterSignal(-1, ::pread, fd, buf, num_bytes, offset); in Read()
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | done_abilist.txt | 239 fun:pread=custom
|
| H A D | dfsan_custom.cpp | 664 ssize_t ret = pread(fd, buf, count, offset); in __dfsw_pread()
|
| H A D | libc_ubuntu1404_abilist.txt | 2518 fun:pread=uninstrumented
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 1118 /// ssize_t pread(int fildes, void *buf, size_t nbyte, off_t offset); 1119 TLI_DEFINE_ENUM_INTERNAL(pread) 1120 TLI_DEFINE_STRING_INTERNAL("pread")
|
| /llvm-project-15.0.7/llvm/cmake/ |
| H A D | config-ix.cmake | 297 check_symbol_exists(pread unistd.h HAVE_PREAD)
|
| /llvm-project-15.0.7/compiler-rt/test/dfsan/ |
| H A D | custom.cpp | 748 int rv = pread(fd, buf, sizeof(buf), 0); in test_pread()
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 641 TEST(MemorySanitizer, pread) { in TEST() argument 645 int sz = pread(fd, x, 32, 0); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 1205 sys::RetryAfterSignal(-1, ::pread, FD, Buf.data(), Size, Offset);
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_syscalls_netbsd.inc | 1404 PRE_SYSCALL(pread) 1411 POST_SYSCALL(pread)
|
| H A D | sanitizer_common_interceptors.inc | 1124 INTERCEPTOR(SSIZE_T, pread, int fd, void *ptr, SIZE_T count, OFF_T offset) { 1126 COMMON_INTERCEPTOR_ENTER(ctx, pread, fd, ptr, count, offset); 1131 SSIZE_T res = REAL(pread)(fd, ptr, count, offset); 1136 #define INIT_PREAD COMMON_INTERCEPT_FUNCTION(pread)
|
| /llvm-project-15.0.7/clang/docs/analyzer/ |
| H A D | checkers.rst | 2393 … ``getw``, ``memcmp``, ``memcpy``, ``memmem``, ``memmove``, ``mbtowc``, ``pread``, ``qsort``, ``qs…
|