Searched refs:llvm (Results 1 – 16 of 16) sorted by relevance
| /tools/testing/selftests/bpf/ |
| A D | README.rst | 64 - clang (preferably built from sources, https://github.com/llvm/llvm-project); 148 __ https://github.com/llvm/llvm-project/commit/ddf1864ace484035e3cde5e83b3a31ac81e059c6 198 __ https://github.com/llvm/llvm-project/commit/3cb7e7bf959dcd3b8080986c62e10a75c7af43f0 237 __ https://github.com/llvm/llvm-project/commit/1959ead525b8830cc8a345f45e1c3ef9902d3229 254 .. _0: https://github.com/llvm/llvm-project/commit/6b01b465388b204d543da3cf49efd6080db094a9 255 .. _1: https://github.com/llvm/llvm-project/commit/072cde03aaa13a2c57acf62d79876bf79aa1919f 256 .. _2: https://github.com/llvm/llvm-project/commit/00602ee7ef0bf6c68d690a2bd729c12b95c95c99 267 __ https://github.com/llvm/llvm-project/commit/a7137b238a07d9399d3ae96c0b461571bd5aa8b2 281 __ https://github.com/llvm/llvm-project/commit/886f9ff53155075bd5f1e994f17b85d1e1b7470c 307 __ https://github.com/llvm/llvm-project/commit/968292cb93198442138128d850fd54dc7edc0035 [all …]
|
| A D | Makefile | 165 FEATURE_TESTS := llvm 180 ifeq ($(feature-llvm),1)
|
| /tools/build/feature/ |
| A D | test-llvm-perf.cpp | 11 llvm::errs() << "Hello World!\n"; in main() 12 llvm::llvm_shutdown(); in main()
|
| A D | test-llvm.cpp | 11 llvm::errs() << "Hello World!\n"; in main() 12 llvm::llvm_shutdown(); in main()
|
| A D | Makefile | 73 test-llvm.bin \ 74 test-llvm-perf.bin \ 357 $(OUTPUT)test-llvm.bin: 365 $(OUTPUT)test-llvm-perf.bin:
|
| /tools/testing/selftests/nolibc/ |
| A D | run-tests.sh | 19 llvm= 89 llvm=1 174 …libc -j"${nproc}" XARCH="${arch}" CROSS_COMPILE="${cross_compile}" LLVM="${llvm}" O="${build_dir}") 188 if [ "$arch" = "s390" ] && ([ "$llvm" = "1" ] || [ "$test_mode" = "user" ]); then 192 if [ "$arch" = "m68k" -o "$arch" = "sh4" ] && [ "$llvm" = "1" ]; then
|
| /tools/scripts/ |
| A D | Makefile.include | 62 $(call allow-override,AR,$(LLVM_PREFIX)llvm-ar$(LLVM_SUFFIX)) 65 $(call allow-override,STRIP,$(LLVM_PREFIX)llvm-strip$(LLVM_SUFFIX)) 78 HOSTAR ?= $(LLVM_PREFIX)llvm-ar$(LLVM_SUFFIX) 90 LLVM_CONFIG ?= llvm-config 91 LLVM_OBJCOPY ?= llvm-objcopy 92 LLVM_STRIP ?= llvm-strip
|
| /tools/perf/util/ |
| A D | llvm-c-helpers.cpp | 26 using namespace llvm; 27 using llvm::symbolize::LLVMSymbolizer;
|
| A D | demangle-rust-v0.c | 1914 const char *llvm = ".llvm."; in rust_demangle_demangle() local 1915 const char *found_llvm = strstr(s, llvm); in rust_demangle_demangle()
|
| A D | Build | 249 perf-util-$(CONFIG_LIBLLVM) += llvm-c-helpers.o
|
| /tools/build/ |
| A D | Makefile.feature | 125 llvm \ 150 llvm-perf \
|
| /tools/bpf/bpftool/ |
| A D | Makefile | 101 FEATURE_TESTS += llvm 111 FEATURE_DISPLAY += llvm 152 ifeq ($(feature-llvm),1)
|
| /tools/sched_ext/ |
| A D | README.md | 258 ### llvm: [OFF] 265 ... llvm: [ OFF ] 270 Seeing `llvm: [ OFF ]` here is not an issue. You can safely ignore.
|
| /tools/perf/Documentation/ |
| A D | perf-config.txt | 251 Choose the disassembler to use: "objdump", "llvm", "capstone", 252 if not specified it will first try, if available, the "llvm" one,
|
| A D | perf-record.txt | 674 'perf record --dry-run -e' can act as a BPF script compiler if llvm.dump-obj
|
| /tools/perf/ |
| A D | Makefile.perf | 1289 $(OUTPUT)tests/llvm-src-{base,kbuild,prologue,relocation}.c \
|
Completed in 883 milliseconds