/llvm-project/polly/cmake/ |
H A D | polly_macros.cmake | 84 function(setup_polly_source_groups_helper pwd prefix glob_expr) 85 file(GLOB children RELATIVE ${pwd} ${pwd}/*) 87 if (IS_DIRECTORY ${pwd}/${child}) 88 setup_polly_source_groups_helper(${pwd}/${child} 93 file(GLOB to_add ${pwd}/${glob_expr})
|
/llvm-project/lldb/examples/customization/pwd-cd-and-system/ |
H A D | README | 6 following commands: 'pwd', 'cd', and 'system'. 19 file imports the utils Python module and adds the 'pwd', 'cd', and 'system' 22 Johnnys-MacBook-Pro:multiple_threads johnny$ pwd 25 (lldb) pwd
|
H A D | .lldbinit | 5 command alias pwd script print os.getcwd()
|
/llvm-project/clang/test/Driver/ |
H A D | debug-comp-dir.S | 1 // RUN: cd %S && %clang -### -g %s -c 2>&1 | FileCheck -check-prefix=CHECK-PWD %s 2 // RUN: cd %S && %clang -x c -### -g %s -c 2>&1 | FileCheck -check-prefix=CHECK-PWD %s 3 // CHECK-PWD: "-fdebug-compilation-dir={{.*Driver.*}}"
|
H A D | coverage.c | 20 /// GCC allows PWD to change the paths. 21 // RUN: %if system-linux %{ PWD=/proc/self/cwd %clang -### -c --coverage %s -o foo/bar.o 2>&1 | Fil… 22 // PWD: "-coverage-notes-file=/proc/self/cwd/foo/bar.gcno" "-coverage-data-file=/proc/self/cwd/foo/… 52 /// GCC allows PWD to change the paths. 53 // RUN: %if system-linux %{ PWD=/proc/self/cwd %clang -### --coverage d/a.c d/b.c -o e/x -fprofile-…
|
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
H A D | getpwnam_r_invalid_user.cpp | 6 #include <pwd.h> 13 struct passwd pwd; in main() local 16 int res = getpwnam_r("no-such-user", &pwd, buf, sizeof(buf), &pwdres); in main()
|
/llvm-project/llvm/test/MC/ELF/ |
H A D | comp-dir.s | 12 // RUN: env PWD=%t.bar llvm-mc -triple=x86_64-linux-unknown -g %s -filetype=obj -o %t.o 13 // RUN: llvm-dwarfdump -v -debug-info %t.o | FileCheck --check-prefix=PWD %s 14 // PWD: DW_AT_comp_dir [DW_FORM_string] ("{{.*}}.bar")
|
/llvm-project/llvm/utils/TableGen/ |
H A D | tdtags | 207 printf >&2 'In "%s",\n' "$PWD" 278 td_find "$PWD" 314 td_find "$PWD" 322 printf '%s/%s\n' "$PWD" "$d" 340 while [ "$PWD" != / ] 414 if ! LLVM_SRC_ROOT=$(llvm_src_root && pwd)
|
/llvm-project/lldb/scripts/lldb-test-qemu/ |
H A D | run-qemu.sh | 72 KERNEL_IMG_PATH=$(pwd)/linux.build/"$ARCH"/arch/"$ARCH"/boot/ 88 QEMU_BIN=$(pwd)/qemu.git/arm-softmmu/qemu-system-arm 90 QEMU_BIN=$(pwd)/qemu.git/aarch64-softmmu/qemu-system-aarch64
|
/llvm-project/libc/test/integration/src/unistd/ |
H A D | getcwd_test.cpp | 22 ASSERT_TRUE(string_view(LIBC_NAMESPACE::getenv("PWD")) == in TEST_MAIN() 27 ASSERT_TRUE(string_view(LIBC_NAMESPACE::getenv("PWD")) == cwd); in TEST_MAIN()
|
/llvm-project/llvm/docs/ |
H A D | HowToCrossCompileLLVM.rst | 209 --test-suite `pwd`/test-suite \ 210 --cc `pwd`/arm-linux-gnueabihf-clang/bin/clang \ 211 --cxx `pwd`/arm-linux-gnueabihf-clang/bin/clang++ 215 you'll need the `pwd` trick above.
|
/llvm-project/clang/utils/ |
H A D | make-ast-dump-check.sh | 8 # $ lit -DFileCheck=$PWD/utils/make-ast-dump-check.sh test/AST/ast-dump-openmp-* 12 # $ lit -DFileCheck="generate_serialization_test=1 $PWD/utils/make-ast-dump-check.sh"
|
/llvm-project/clang/tools/clang-fuzzer/ |
H A D | Dockerfile | 29 -DCMAKE_C_COMPILER=`pwd`/../build0/bin/clang \ 30 -DCMAKE_CXX_COMPILER=`pwd`/../build0/bin/clang++ \
|
/llvm-project/llvm/lib/Support/Unix/ |
H A D | Path.inc | 31 #include <pwd.h> 367 const char *pwd = ::getenv("PWD"); 369 if (pwd && llvm::sys::path::is_absolute(pwd) && 370 !llvm::sys::fs::status(pwd, PWDStatus) && 373 result.append(pwd, pwd + strlen(pwd)); 678 struct passwd Pwd; [all...] |
/llvm-project/llvm/tools/xcode-toolchain/ |
H A D | CMakeLists.txt | 25 # -DCMAKE_INSTALL_PREFIX=$PWD/install 27 # export EXTERNAL_TOOLCHAINS_DIR=$PWD/install/Toolchains
|
/llvm-project/clang/test/CodeGen/ |
H A D | debug-info-codeview-buildinfo.c | 19 // CHECK: 0x[[PWD:.+]] | LF_STRING_ID [size = {{.+}}] ID: <no type>, String: [[PWDVAL:.+]] 25 // CHECK-NEXT: 0x[[PWD]]: `[[PWDVAL]]`
|
/llvm-project/clang/docs/analyzer/user-docs/ |
H A D | CrossTranslationUnit.rst | 76 $ pwd $ /path/to/your/project 102 $ sed -i -e "s|$(pwd)/||g" externalDefMap.txt 109 $ pwd 294 $ pwd
|
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/ |
H A D | uid_from_user.cpp | 3 #include <pwd.h>
|
H A D | user_from_uid.cpp | 3 #include <pwd.h>
|
/llvm-project/lldb/test/API/tools/lldb-dap/module/ |
H A D | Makefile | 5 LD_EXTRAS := -Wl,-rpath "-Wl,$(shell pwd)"
|
/llvm-project/lldb/test/API/tools/lldb-dap/terminated-event/ |
H A D | Makefile | 5 LD_EXTRAS := -Wl,-rpath "-Wl,$(shell pwd)"
|
/llvm-project/lldb/test/API/tools/lldb-dap/breakpoint/ |
H A D | Makefile | 2 LD_EXTRAS := -Wl,-rpath "-Wl,$(shell pwd)"
|
/llvm-project/compiler-rt/lib/tsan/ |
H A D | check_cmake.sh | 5 ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
/llvm-project/clang/test/Tooling/ |
H A D | clang-check-pwd.cpp | 7 // RUN: env PWD="%t.foobar" not clang-check -p "%t" "test.cpp" 2>&1|FileCheck %s
|
/llvm-project/clang-tools-extra/docs/ |
H A D | clang-include-fixer.rst | 54 $ ln -s $PWD/find_all_symbols_db.yaml path/to/llvm/source/ # Link database into the source tree. 55 …$ ln -s $PWD/compile_commands.json path/to/llvm/source/ # Also link compilation database if it's n…
|