Home
last modified time | relevance | path

Searched refs:readlink (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dbuild_symbolizer.sh33 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 Dglobal_symbols.txt125 readlink U
/llvm-project-15.0.7/clang/test/Sema/
H A Dasm-label.c29 void readlink(void) __asm("__protected_readlink");
30 void readlink(void) { __real_readlink(); } in readlink() function
H A Dattr-bounded.c10 int readlink(const char *, char *, size_t)
/llvm-project-15.0.7/libcxx/utils/ci/
H A DDockerfile71 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 Dlit.local.cfg48 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 Dreadlink.c20 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 Dsanitizer_solaris.cpp145 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 Dsanitizer_mac.cpp209 return readlink(path, buf, bufsize); in internal_readlink()
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DFileSystemPosix.cpp46 ssize_t count = ::readlink(src.GetPath().c_str(), buf, sizeof(buf) - 1); in Readlink()
/llvm-project-15.0.7/lldb/bindings/python/
H A Dget-python-config.py55 exe = os.path.join(os.path.realpath(os.path.dirname(exe)), os.readlink(exe))
/llvm-project-15.0.7/llvm/utils/release/
H A Dbuild-docs.sh26 srcdir=$(readlink -f $(dirname "$(readlink -f "$0")")/../..)
H A Dexport.sh81 llvm_src_dir=$(readlink -f $(dirname "$(readlink -f "$0")")/../../..)
/llvm-project-15.0.7/llvm/utils/docker/scripts/llvm_checksum/
H A Dllvm_checksum.py108 content = os.readlink(file_path)
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dunused-return-value.rst29 pthread_mutex_trylock, readdir, readlink, recvmsg, regexec, scandir,
/llvm-project-15.0.7/lldb/source/Host/linux/
H A DHostInfoLinux.cpp160 ssize_t len = readlink("/proc/self/exe", exe_path, sizeof(exe_path) - 1); in GetProgramFileSpec()
H A DHost.cpp177 ssize_t len = readlink(ProcExe.c_str(), &ExePath[0], PATH_MAX); in GetExePathAndArch()
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Dposix_compat.h438 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 Dstd-c-library-functions-POSIX.c205 ssize_t readlink(const char *restrict path, char *restrict buf, size_t bufsize);
H A Dtaint-generic.c416 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 DPath.inc245 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 Dno-proto.ll699 ; CHECK: declare void @readlink(...)
700 declare void @readlink(...)
H A Dannotate.ll784 ; 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 DFile.cpp356 if ((len = ::readlink(proc, path, sizeof(path) - 1)) == -1) in GetFileSpec()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1149 /// ssize_t readlink(const char *path, char *buf, size_t bufsize);
1150 TLI_DEFINE_ENUM_INTERNAL(readlink)
1151 TLI_DEFINE_STRING_INTERNAL("readlink")

12