| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ |
| H A D | build_symbolizer.sh | 33 SRC_DIR=$(readlink -f $SCRIPT_DIR/..) 34 TARGE_DIR=$(readlink -f $1) 35 COMPILER_RT_SRC=$(readlink -f ${SCRIPT_DIR}/../../../..) 37 LLVM_SRC=$(readlink -f $LLVM_SRC) 39 LLVM_SRC=$(readlink -f ${COMPILER_RT_SRC}/../../../llvm) 41 LIBCXX_SRC=$(readlink -f ${COMPILER_RT_SRC}/../libcxx) 42 LIBCXXABI_SRC=$(readlink -f ${COMPILER_RT_SRC}/../libcxxabi) 57 ZLIB_SRC=$(readlink -f $ZLIB_SRC) 62 CLANG_DIR=$(readlink -f $(dirname "$CLANG")) 64 BUILD_DIR=$(readlink -f ./symbolizer)
|
| H A D | global_symbols.txt | 125 readlink U
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | asm-label.c | 29 void readlink(void) __asm("__protected_readlink"); 30 void readlink(void) { __real_readlink(); } in readlink() function
|
| H A D | attr-bounded.c | 10 int readlink(const char *, char *, size_t)
|
| /llvm-project-15.0.7/libcxx/utils/ci/ |
| H A D | Dockerfile | 71 RUN ln -fs /usr/bin/clang++-$LLVM_LATEST_VERSION /usr/bin/c++ && [ -e $(readlink /usr/bin/c++) ] 72 RUN ln -fs /usr/bin/clang-$LLVM_LATEST_VERSION /usr/bin/cc && [ -e $(readlink /usr/bin/cc) ] 76 RUN ln -s /usr/bin/clang-format-$LLVM_LATEST_VERSION /usr/bin/clang-format && [ -e $(readlink /usr/… 77 …t-clang-format-$LLVM_LATEST_VERSION /usr/bin/git-clang-format && [ -e $(readlink /usr/bin/git-clan… 81 RUN ln -s /usr/bin/clang-tidy-$LLVM_LATEST_VERSION /usr/bin/clang-tidy && [ -e $(readlink /usr/bin/…
|
| /llvm-project-15.0.7/llvm/test/Bindings/Go/ |
| H A D | lit.local.cfg | 48 if path.endswith('/cc') and os.readlink(path) == 'clang': 54 if path.endswith('/c++') and os.readlink(path) == 'clang++':
|
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
| H A D | readlink.c | 20 ssize_t res2 = readlink(symlink_path, readlink_path, sizeof(readlink_path)); in main()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_solaris.cpp | 145 DECLARE__REAL_AND_INTERNAL(uptr, readlink, const char *path, char *buf, in DECLARE__REAL_AND_INTERNAL() argument 147 return _REAL(readlink)(path, buf, bufsize); in DECLARE__REAL_AND_INTERNAL()
|
| H A D | sanitizer_mac.cpp | 209 return readlink(path, buf, bufsize); in internal_readlink()
|
| /llvm-project-15.0.7/lldb/source/Host/posix/ |
| H A D | FileSystemPosix.cpp | 46 ssize_t count = ::readlink(src.GetPath().c_str(), buf, sizeof(buf) - 1); in Readlink()
|
| /llvm-project-15.0.7/lldb/bindings/python/ |
| H A D | get-python-config.py | 55 exe = os.path.join(os.path.realpath(os.path.dirname(exe)), os.readlink(exe))
|
| /llvm-project-15.0.7/llvm/utils/release/ |
| H A D | build-docs.sh | 26 srcdir=$(readlink -f $(dirname "$(readlink -f "$0")")/../..)
|
| H A D | export.sh | 81 llvm_src_dir=$(readlink -f $(dirname "$(readlink -f "$0")")/../../..)
|
| /llvm-project-15.0.7/llvm/utils/docker/scripts/llvm_checksum/ |
| H A D | llvm_checksum.py | 108 content = os.readlink(file_path)
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | unused-return-value.rst | 29 pthread_mutex_trylock, readdir, readlink, recvmsg, regexec, scandir,
|
| /llvm-project-15.0.7/lldb/source/Host/linux/ |
| H A D | HostInfoLinux.cpp | 160 ssize_t len = readlink("/proc/self/exe", exe_path, sizeof(exe_path) - 1); in GetProgramFileSpec()
|
| H A D | Host.cpp | 177 ssize_t len = readlink(ProcExe.c_str(), &ExePath[0], PATH_MAX); in GetExePathAndArch()
|
| /llvm-project-15.0.7/libcxx/src/filesystem/ |
| H A D | posix_compat.h | 438 SSizeT readlink(const wchar_t *path, wchar_t *ret_buf, size_t bufsize) { in readlink() function 501 using ::readlink;
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | std-c-library-functions-POSIX.c | 205 ssize_t readlink(const char *restrict path, char *restrict buf, size_t bufsize);
|
| H A D | taint-generic.c | 416 ssize_t readlink(const char *path, char *buf, size_t bufsiz); 418 ssize_t s = readlink(path, buf, bufsiz); in testReadlink()
|
| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 245 ssize_t len = readlink(curproc, exe_path, sizeof(exe_path)); 247 // Null terminate the string for realpath. readlink never null 262 ssize_t len = readlink(aPath, exe_path, sizeof(exe_path)); 266 // Null terminate the string for realpath. readlink never null 964 // real name of the file with readlink 1152 ssize_t CharCount = ::readlink(ProcPath, Buffer, sizeof(Buffer));
|
| /llvm-project-15.0.7/llvm/test/Transforms/InferFunctionAttrs/ |
| H A D | no-proto.ll | 699 ; CHECK: declare void @readlink(...) 700 declare void @readlink(...)
|
| H A D | annotate.ll | 784 ; CHECK: declare noundef i64 @readlink(i8* nocapture noundef readonly, i8* nocapture noundef, i64 n… 785 declare i64 @readlink(i8*, i8*, i64)
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | File.cpp | 356 if ((len = ::readlink(proc, path, sizeof(path) - 1)) == -1) in GetFileSpec()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 1149 /// ssize_t readlink(const char *path, char *buf, size_t bufsize); 1150 TLI_DEFINE_ENUM_INTERNAL(readlink) 1151 TLI_DEFINE_STRING_INTERNAL("readlink")
|