Home
last modified time | relevance | path

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

/external/llvm/utils/
Dgetsrcs.sh22 TOPDIR="$2"
25 TOPDIR=`llvm-config --src-root`
28 if test -d "$TOPDIR" ; then
29 cd $TOPDIR
30 ./utils/llvmdo -topdir "$TOPDIR" \
Dcountloc.sh25 TOPDIR="$2"
28 TOPDIR=`llvm-config --src-root`
32 if test -d "$TOPDIR" ; then
33 cd $TOPDIR
34 …./utils/llvmdo -topdir "$TOPDIR" -dirs "include lib tools test utils examples" -code-only wc -l | …
Dllvmgrep22 TOPDIR="$2"
25 TOPDIR=`llvm-config --src-root`
28 if test -d "$TOPDIR" ; then
29 cd $TOPDIR
35 ./utils/llvmdo -topdir "$TOPDIR" \
Dllvmdo46 TOPDIR="$2"
49 TOPDIR=`llvm-config --src-root`
167 if test -d "$TOPDIR" ; then
168 cd $TOPDIR
183 echo "Can't find LLVM top directory in $TOPDIR"
/external/oprofile/module/ia64/
DMakefile.in26 TOPDIR := $(KSRC)
27 CONFIG_SHELL := TOPDIR=$(KSRC) /bin/bash
/external/oprofile/module/
DMakefile.in18 TOPDIR := $(KSRC)
19 CONFIG_SHELL := TOPDIR=$(KSRC) /bin/bash
/external/oprofile/module/x86/
DMakefile.in24 TOPDIR := $(KSRC)
25 CONFIG_SHELL := TOPDIR=$(KSRC) /bin/bash