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

  /external/swiftshader/third_party/LLVM/lib/Target/
Makefile 20 include $(LLVM_SRC_ROOT)/Makefile.rules
  /external/swiftshader/third_party/LLVM/tools/llc/
Makefile 20 include $(LLVM_SRC_ROOT)/Makefile.rules
  /external/swiftshader/third_party/LLVM/tools/llvm-mc/
Makefile 23 include $(LLVM_SRC_ROOT)/Makefile.rules
  /external/swiftshader/third_party/LLVM/tools/llvm-rtdyld/
Makefile 23 include $(LLVM_SRC_ROOT)/Makefile.rules
  /external/swiftshader/third_party/LLVM/tools/macho-dump/
Makefile 23 include $(LLVM_SRC_ROOT)/Makefile.rules
  /external/swiftshader/third_party/LLVM/unittests/Analysis/
Makefile 15 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/
Makefile 18 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
  /external/swiftshader/third_party/LLVM/unittests/Support/
Makefile 15 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
  /external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/
Makefile 15 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
  /external/swiftshader/third_party/LLVM/unittests/VMCore/
Makefile 15 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
  /external/swiftshader/third_party/LLVM/unittests/ADT/
Makefile 23 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
Makefile 15 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
bootstrap.sh 121 make -C "${THIS_DIR}" LLVM_SRC_ROOT="${LLVM_DIR}" libgcmole.so
  /external/swiftshader/third_party/LLVM/utils/unittest/UnitTestMain/
Makefile 18 CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include
  /external/swiftshader/third_party/LLVM/utils/llvm-lit/
Makefile 18 $(Verb)$(ECHOPATH) s=@LLVM_SOURCE_DIR@=$(LLVM_SRC_ROOT)=g > lit.tmp
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Makefile 21 CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include
  /external/swiftshader/third_party/LLVM/unittests/
Makefile.unittest 25 CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include
  /external/swiftshader/third_party/LLVM/
Makefile 140 include $(LLVM_SRC_ROOT)/Makefile.rules
195 $(FilesToConfigPATH) : $(LLVM_OBJ_ROOT)/% : $(LLVM_SRC_ROOT)/%.in
212 $(LLVM_SRC_ROOT)/utils/show-diagnostics \
249 $(SVN) $(SVN-UPDATE-OPTIONS) update $(LLVM_SRC_ROOT)
250 @ $(SVN) status $(LLVM_SRC_ROOT) | $(SUB-SVN-DIRS) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) update
  /external/swiftshader/third_party/LLVM/test/
Makefile.tests 41 PATH="$(LLVMTOOLCURRENT):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH)" \
42 $(LLVM_SRC_ROOT)/test/TestRunner.sh
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) )
148 @echo 'set srcroot "$(LLVM_SRC_ROOT)"' >>site.tmp
150 @echo 'set srcdir "$(LLVM_SRC_ROOT)/test"' >>site.tmp
182 @$(ECHOPATH) s=@LLVM_SOURCE_DIR@=$(LLVM_SRC_ROOT)=g > lit.tmp
194 @$(ECHOPATH) s=@LLVM_SOURCE_DIR@=$(LLVM_SRC_ROOT)=g > unit.tmp
  /external/llvm/utils/TableGen/
tdtags 183 for d in $LLVM_SRC_ROOT/include \
184 $LLVM_SRC_ROOT/tools/clang/include
286 td_find "$LLVM_SRC_ROOT"
312 cd $LLVM_SRC_ROOT/lib/Target
340 llvm_src_root() {
356 LLVM_SRC_ROOT=
415 if ! LLVM_SRC_ROOT=$(llvm_src_root && pwd)
  /external/swiftshader/third_party/LLVM/docs/
Makefile 95 userloc: $(LLVM_SRC_ROOT)/docs/userloc.html
97 $(LLVM_SRC_ROOT)/docs/userloc.html:
99 $(Verb) cd $(LLVM_SRC_ROOT) ; ./utils/userloc.pl -details -recurse \
  /external/swiftshader/third_party/LLVM/tools/llvm-config/
llvm-config.in.in 28 my $LLVM_SRC_ROOT = q{@abs_top_srcdir@};
74 $INCLUDEDIR = "$LLVM_SRC_ROOT/include";
134 $has_opt = 1; print abs_path("$LLVM_SRC_ROOT/");
  /external/llvm/tools/llvm-config/
llvm-config.cpp 307 ActiveIncludeDir = std::string(LLVM_SRC_ROOT) + "/include";
543 OS << LLVM_SRC_ROOT << '\n';

Completed in 428 milliseconds