Home
last modified time | relevance | path

Searched refs:TOPDIR (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/utils/
H A Dgetsrcs.sh21 TOPDIR="$2"
24 TOPDIR=`llvm-config --src-root`
27 if test -d "$TOPDIR" ; then
28 cd $TOPDIR
29 ./utils/llvmdo -topdir "$TOPDIR" \
H A Dcountloc.sh24 TOPDIR="$2"
27 TOPDIR=`llvm-config --src-root`
31 if test -d "$TOPDIR" ; then
32 cd $TOPDIR
33 …./utils/llvmdo -topdir "$TOPDIR" -dirs "include lib tools test utils examples" -code-only wc -l | …
H A Dllvmgrep21 TOPDIR="$2"
24 TOPDIR=`llvm-config --src-root`
27 if test -d "$TOPDIR" ; then
28 cd $TOPDIR
34 ./utils/llvmdo -topdir "$TOPDIR" \
H A Dllvmdo45 TOPDIR="$2"
48 TOPDIR=`llvm-config --src-root`
166 if test -d "$TOPDIR" ; then
167 cd $TOPDIR
182 echo "Can't find LLVM top directory in $TOPDIR"