/llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
H A D | mirror-permissions-unix.test | 13 # RUN: ls -l %t | cut -f 1 -d ' ' > %t.0777 15 # RUN: ls -l %t | cut -f 1 -d ' ' > %t.0666 17 # RUN: ls -l %t | cut -f 1 -d ' ' > %t.0640 27 # RUN: ls -l %t1 | cut -f 1 -d ' ' > %t1.perms 32 # RUN: ls -l %t1 | cut -f 1 -d ' ' > %t1.perms 37 # RUN: ls -l %t1 | cut -f 1 -d ' ' > %t1.perms 43 # RUN: ls -l %t1 | cut -f 1 -d ' ' > %t1.perms 48 # RUN: ls -l /dev/null | cut -f 1 -d ' ' > %tnull.perms 50 # RUN: ls -l /dev/null | cut -f 1 -d ' ' | diff - %tnull.perms 55 # RUN: ls -l %t1 | cut -f 1 -d ' ' > %t1.perms
|
H A D | respect-umask.test | 12 # RUN: ls -l %t | cut -f 1 -d ' ' > %t.0755 14 # RUN: ls -l %t | cut -f 1 -d ' ' > %t.0600 16 # RUN: ls -l %t | cut -f 1 -d ' ' > %t.0655 23 # RUN: ls -l %t1 | cut -f 1 -d ' ' | cmp - %t.0755 27 # RUN: ls -l %t2 | cut -f 1 -d ' ' | cmp - %t.0600 31 # RUN: ls -l %t3 | cut -f 1 -d ' ' | cmp - %t.0655
|
H A D | mirror-permissions-win.test | 11 # RUN: ls -l %t | cut -f 1 -d ' ' > %t.0777 13 # RUN: ls -l %t | cut -f 1 -d ' ' > %t.0666 15 # RUN: ls -l %t | cut -f 1 -d ' ' > %t.0640 21 # RUN: ls -l %t1 | cut -f 1 -d ' ' > %t1.perms 26 # RUN: ls -l %t1 | cut -f 1 -d ' ' > %t1.perms 31 # RUN: ls -l %t1 | cut -f 1 -d ' ' > %t1.perms
|
/llvm-project/llvm/test/tools/llvm-dwarfutil/ELF/X86/ |
H A D | mirror-permissions-unix.test | 10 # RUN: ls -l %t | cut -f 1 -d ' ' > %t.0777 12 # RUN: ls -l %t | cut -f 1 -d ' ' > %t.0666 14 # RUN: ls -l %t | cut -f 1 -d ' ' > %t.0640 24 # RUN: ls -l %t1 | cut -f 1 -d ' ' > %t1.perms 27 # RUN: ls -l %t2 | cut -f 1 -d ' ' > %t2.perms 32 # RUN: ls -l %t1 | cut -f 1 -d ' ' > %t1.perms 35 # RUN: ls -l %t2 | cut -f 1 -d ' ' > %t2.perms 40 # RUN: ls -l %t1 | cut -f 1 -d ' ' > %t1.perms 43 # RUN: ls -l %t2 | cut -f 1 -d ' ' > %t2.perms
|
/llvm-project/compiler-rt/lib/gwp_asan/scripts/ |
H A D | symbolize.sh | 19 binary_name="$(echo $line | grep -oE ' .*\(' | rev | cut -c2- | rev |\ 20 cut -c2-)" 21 function_name="$(echo $line | grep -oE '\([^+]*' | cut -c2-)" 23 cut -c2- | rev | cut -c2- | rev)" 34 grep -E " $function_name$" | cut -d' ' -f1)"
|
/llvm-project/bolt/utils/ |
H A D | bughunter.sh | 147 nm --defined-only -p $INPUT_BINARY | grep " [TtWw] " | cut -d ' ' -f 3 | egrep -v "\._" | egrep -v '^$' | sort -u > $FF 155 NUM_FUNCS=$(wc -l $FF | cut -d ' ' -f 1) 162 NUM_FUNCS=$(wc -l $FF | cut -d ' ' -f 1) 167 Q=$(wc -l $FF | cut -d ' ' -f 1) 221 NUM_FUNCS=$(wc -l $FF | cut -d ' ' -f 1) 229 NUM_FUNCS=$(wc -l $FF | cut -d ' ' -f 1)
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_coalesce.c | 285 * either valid or cut constraints with respect to the other basic map? 596 * "valid" or "cut", check if the facets corresponding to the "cut" 604 * that was considered to be a cut constraint for the entire basic map i 614 * so c_1 is a cut constraint. This implies that there is some 619 * is impossible since all cut constraints of B are valid for all 620 * cut facets of A. 718 * inequalities of basic map "j" do cut basic map "i". The function is 719 * correct even if there are no such cut constraints, but in that case 1484 /* Does "info" have any cut constraints that are redundant? 1519 * If "add_valid" is not set, then some of the ridges are cut constraints [all …]
|
/llvm-project/compiler-rt/test/asan/TestCases/Darwin/ |
H A D | dyld_insert_libraries_reexec.cpp | 16 // RUN: MACOS_MAJOR=$(sw_vers -productVersion | cut -d'.' -f1) 17 // RUN: MACOS_MINOR=$(sw_vers -productVersion | cut -d'.' -f2)
|
/llvm-project/bolt/test/X86/ |
H A D | shrinkwrapping.test | 16 RUN: cut -f1 -d' ' | tail -c9` 2>&1 | FileCheck %s --check-prefix=CHECK-INPUT 19 RUN: `llvm-nm --numeric-sort %t | grep main | tail -n 1 | cut -f1 -d' ' | \
|
H A D | symtab-secondary-entries.test | 9 RUN: llvm-readelf -Ws %t | cut -d':' -f2- | sort -u | FileCheck %s
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LoadValueInjectionLoadHardening.cpp | 32 /// 4. Insert one LFENCE along each CFG edge that was cut in step 3. 642 LLVM_DEBUG(dbgs() << "Cut " << CutEdges.count() << " edges\n"); in hardenLoadsWithPlugin() 679 // (a) cut all egress CFG edges from the gadget source, or in hardenLoadsWithHeuristic() 680 // (b) cut all ingress CFG edges to the gadget sink. in hardenLoadsWithHeuristic() 682 // Moreover, the algorithm tries not to make a cut into a loop by preferring in hardenLoadsWithHeuristic() 683 // to make a (b)-type cut if the gadget source resides at a greater loop depth in hardenLoadsWithHeuristic() 684 // than the gadget sink, or an (a)-type cut otherwise. in hardenLoadsWithHeuristic() 711 LLVM_DEBUG(dbgs() << "Cut " << CutEdges.count() << " edges\n"); in hardenLoadsWithHeuristic()
|
/llvm-project/llvm/docs/ |
H A D | BlockFrequencyTerminology.rst | 79 After mass is fully distributed, in any cut of the DAG that separates the exit 81 by a cut edge should equal ``UINT64_MAX``. In other words, mass is conserved
|
/llvm-project/clang-tools-extra/test/clang-tidy/infrastructure/ |
H A D | validate-check-names.cpp | 2 // RUN: clang-tidy -checks=* -list-checks | grep '^ ' | cut -b5- | not grep -v '^[a-zA-Z0-9_.\-]…
|
/llvm-project/llvm/utils/release/ |
H A D | merge-request.sh | 138 BUGZILLA_MAJOR_VERSION=`$BUGZILLA_BIN --version 2>&1 | cut -d . -f 1` 181 commit_summary=`echo "$commit_msg" | sed '4q;d' | cut -c1-80`
|
/llvm-project/.github/workflows/ |
H A D | version-check.yml | 30 version=$(grep -o 'LLVM_VERSION_\(MAJOR\|MINOR\|PATCH\) [0-9]\+' cmake/Modules/LLVMVersion.cmake | cut -d ' ' -f 2 | tr "\n" "." | sed 's/.$//g')
|
/llvm-project/bolt/test/ |
H A D | bolt-info.test | 10 RUN: cut -c 44- | tr -d '\n' | FileCheck %s
|
/llvm-project/llvm/utils/ |
H A D | GetSourceVersion | 20 git svn info | grep 'Revision:' | cut -d: -f2-
|
/llvm-project/lldb/test/API/functionalities/bt-interrupt/ |
H A D | TestInterruptBacktrace.py | 42 # should be cut short:
|
/llvm-project/libcxxabi/src/demangle/ |
H A D | cp-to-llvm.sh | 29 dash=$(echo "$I---------------------------" | cut -c -27 |\
|
/llvm-project/llvm/test/CodeGen/AMDGPU/ |
H A D | dagcomb-shuffle-vecextend-non2.ll | 4 ; cut down test results in no instructions, but that's fine.
|
/llvm-project/compiler-rt/test/hwasan/TestCases/Linux/ |
H A D | reuse-threads.cpp | 36 // Cut off initial threads. in main()
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | CompletionRequest.h | 118 /// Returns the raw user input used to create this CompletionRequest cut off 125 /// This string is not cut off at the cursor position and will include
|
/llvm-project/polly/lib/External/isl/doc/ |
H A D | SubmittingPatches | 31 - be careful doing cut & paste into your mailer, not to
|
/llvm-project/mlir/unittests/Analysis/Presburger/ |
H A D | SimplexTest.cpp | 505 Simplex::IneqType::Cut); // y >= 1. in TEST() 507 Simplex::IneqType::Cut); // x <= 1. in TEST() 509 Simplex::IneqType::Cut); // y >= 2. in TEST() 593 // Cut inequality x <= 1. in TEST()
|
/llvm-project/libcxx/include/__thread/ |
H A D | this_thread.h | 41 // so use INT64_MAX / 1e9 as cut-off point. Use a constant to avoid <climits> in sleep_for()
|