| /llvm-project-15.0.7/compiler-rt/test/msan/Linux/ |
| H A D | glob_altdirfunc.cpp | 42 return lstat(s, st); in my_gl_lstat() 49 return lstat(s, st); in my_gl_stat()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/symbolizer/ |
| H A D | sanitizer_wrappers.cpp | 139 int lstat(const char *path, struct stat *buf) { STAT(lstat, path, buf); } in lstat() function 149 STAT(lstat, path, buf); in __lxstat()
|
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
| H A D | lstat.cpp | 10 assert(!lstat("/dev/null", &st)); in main()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_solaris.cpp | 122 DECLARE__REAL_AND_INTERNAL64(uptr, lstat, const char *path, void *buf) { in DECLARE__REAL_AND_INTERNAL64() argument 123 return _REAL64(lstat)(path, (struct stat *)buf); in DECLARE__REAL_AND_INTERNAL64()
|
| H A D | sanitizer_mac.cpp | 186 return lstat(path, (struct stat *)buf); in internal_lstat()
|
| H A D | sanitizer_common_syscalls.inc | 944 PRE_SYSCALL(lstat)(const void *filename, void *statbuf) { 950 POST_SYSCALL(lstat)(long res, const void *filename, void *statbuf) {
|
| H A D | sanitizer_common_interceptors.inc | 108 #define lstat __lstat50 166 #define lstat __lstat_time64 7046 INTERCEPTOR(int, lstat, const char *path, void *buf) { 7048 COMMON_INTERCEPTOR_ENTER(ctx, lstat, path, buf); 7051 int res = REAL(lstat)(path, buf); 7056 #define INIT_LSTAT COMMON_INTERCEPT_FUNCTION(lstat)
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RTDyldMemoryManager.cpp | 237 if (Name == "lstat") return (uint64_t)&lstat; in getSymbolAddressInProcess()
|
| /llvm-project-15.0.7/libcxx/src/filesystem/ |
| H A D | posix_compat.h | 221 int lstat(const wchar_t *path, StatT *buf) { in lstat() function 498 using ::lstat;
|
| H A D | operations.cpp | 591 if (detail::lstat(p.c_str(), &path_stat) == -1) in posix_lstat() 1318 if (detail::lstat(p.c_str(), &sb) == -1) { in __read_symlink()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/ |
| H A D | last_write_time.pass.cpp | 93 static int lstat(const char *path, StatT *buf) { in lstat() function 182 if (::lstat(p.string().c_str(), &st) == -1) { in GetSymlinkTimes()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | std-c-library-functions-POSIX.c | 179 int lstat(const char *restrict path, struct stat *restrict buf);
|
| /llvm-project-15.0.7/llvm/test/Transforms/InferFunctionAttrs/ |
| H A D | no-proto.ll | 585 ; CHECK: declare void @lstat(...) 586 declare void @lstat(...)
|
| H A D | annotate.ll | 657 ; CHECK: declare noundef i32 @lstat(i8* nocapture noundef readonly, %opaque* nocapture noundef) [[N… 658 declare i32 @lstat(i8*, %opaque*)
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 1012 /// int lstat(const char *path, struct stat *buf); 1013 TLI_DEFINE_ENUM_INTERNAL(lstat) 1014 TLI_DEFINE_STRING_INTERNAL("lstat")
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/ |
| H A D | irtranslator-extract-used-by-dbg.ll | 258 !230 = distinct !DISubprogram(name: "lstat", linkageName: "_ZN3std3sys4unix2fs5lstat17h30bd1f059554…
|
| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 458 if (lstat(p.begin(), &buf) != 0) { 758 int StatRet = (Follow ? ::stat : ::lstat)(P.begin(), &Status);
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2238 fun:lstat=uninstrumented
|