HomeSort by relevance Sort by last modified time
    Searched refs:LLVM_SRC_ROOT (Results 1 - 25 of 29) sorted by null

1 2

  /external/clang/lib/Basic/
Makefile 20 $(shell $(LLVM_SRC_ROOT)/utils/GetSourceVersion $(PROJ_SRC_DIR)/../..))
23 $(shell $(LLVM_SRC_ROOT)/utils/GetRepositoryPath $(PROJ_SRC_DIR)/../..))
26 $(shell $(LLVM_SRC_ROOT)/utils/GetSourceVersion $(LLVM_SRC_ROOT)))
29 $(shell $(LLVM_SRC_ROOT)/utils/GetRepositoryPath $(LLVM_SRC_ROOT)))
  /external/llvm/lib/Target/
Makefile 20 include $(LLVM_SRC_ROOT)/Makefile.rules
  /external/llvm/unittests/Analysis/
Makefile 15 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
  /external/llvm/unittests/Bitcode/
Makefile 15 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
  /external/llvm/unittests/ExecutionEngine/
Makefile 16 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
  /external/llvm/unittests/Support/
Makefile 15 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
  /external/llvm/unittests/Transforms/Utils/
Makefile 15 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
  /external/llvm/unittests/VMCore/
Makefile 15 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
  /external/clang/runtime/libcxx/
Makefile 21 LIBCXX_SRC_ROOT := $(LLVM_SRC_ROOT)/projects/libcxx
  /external/clang/unittests/
Makefile 26 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
Makefile 17 include $(LLVM_SRC_ROOT)/Makefile.rules
  /external/llvm/lib/ExecutionEngine/
Makefile 24 include $(LLVM_SRC_ROOT)/Makefile.rules
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
Makefile 18 include $(LLVM_SRC_ROOT)/Makefile.rules
  /external/llvm/tools/lli/
Makefile 29 include $(LLVM_SRC_ROOT)/Makefile.rules
  /external/llvm/unittests/ADT/
Makefile 23 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
  /external/v8/tools/gcmole/
Makefile 30 LLVM_INCLUDE:=$(LLVM_SRC_ROOT)/include
31 CLANG_INCLUDE:=$(LLVM_SRC_ROOT)/tools/clang/include
  /external/llvm/utils/unittest/UnitTestMain/
Makefile 18 CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include
  /external/llvm/unittests/ExecutionEngine/JIT/
Makefile 39 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
  /external/llvm/utils/llvm-lit/
Makefile 18 $(Verb)$(ECHOPATH) s=@LLVM_SOURCE_DIR@=$(LLVM_SRC_ROOT)=g > lit.tmp
  /external/llvm/utils/unittest/googletest/
Makefile 21 CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include
  /external/clang/docs/
Makefile 88 userloc: $(LLVM_SRC_ROOT)/docs/userloc.html
90 $(LLVM_SRC_ROOT)/docs/userloc.html:
92 $(Verb) cd $(LLVM_SRC_ROOT) ; ./utils/userloc.pl -details -recurse \
  /external/clang/test/
Makefile 34 @ $(PYTHON) $(LLVM_SRC_ROOT)/utils/lit/lit.py \
41 @$(ECHOPATH) s=@LLVM_SOURCE_DIR@=$(LLVM_SRC_ROOT)=g > lit.tmp
54 @$(ECHOPATH) s=@LLVM_SOURCE_DIR@=$(LLVM_SRC_ROOT)=g > unit.tmp
  /external/llvm/unittests/
Makefile.unittest 25 CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include
  /external/llvm/test/
Makefile 100 PATH="$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(LLVMGCCDIR)/bin:$(PATH)" \
109 $(LLVM_SRC_ROOT)/utils/lit/lit.py $(LIT_ARGS) $(LIT_TESTSUITE) )
113 $(LLVM_SRC_ROOT)/utils/lit/lit.py $(LIT_ARGS) $(LIT_ALL_TESTSUITES) )
140 @echo 'set srcroot "$(LLVM_SRC_ROOT)"' >>site.tmp
142 @echo 'set srcdir "$(LLVM_SRC_ROOT)/test"' >>site.tmp
165 @$(ECHOPATH) s=@LLVM_SOURCE_DIR@=$(LLVM_SRC_ROOT)=g > lit.tmp
179 @$(ECHOPATH) s=@LLVM_SOURCE_DIR@=$(LLVM_SRC_ROOT)=g > unit.tmp
  /external/llvm/
Makefile 137 include $(LLVM_SRC_ROOT)/Makefile.rules
198 $(FilesToConfigPATH) : $(LLVM_OBJ_ROOT)/% : $(LLVM_SRC_ROOT)/%.in
215 $(LLVM_SRC_ROOT)/utils/clang-parse-diagnostics-file -a \
252 $(SVN) $(SVN-UPDATE-OPTIONS) update $(LLVM_SRC_ROOT)
253 @ $(SVN) status $(LLVM_SRC_ROOT) | $(SUB-SVN-DIRS) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) update

Completed in 1820 milliseconds

1 2