OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVM_SRC_ROOT
(Results
1 - 25
of
27
) sorted by null
1
2
/external/llvm/lib/Target/
Makefile
20
include $(
LLVM_SRC_ROOT
)/Makefile.rules
/external/llvm/tools/llc/
Makefile
20
include $(
LLVM_SRC_ROOT
)/Makefile.rules
/external/llvm/tools/llvm-mc/
Makefile
23
include $(
LLVM_SRC_ROOT
)/Makefile.rules
/external/llvm/tools/llvm-rtdyld/
Makefile
23
include $(
LLVM_SRC_ROOT
)/Makefile.rules
/external/llvm/tools/macho-dump/
Makefile
23
include $(
LLVM_SRC_ROOT
)/Makefile.rules
/external/llvm/unittests/Analysis/
Makefile
15
include $(
LLVM_SRC_ROOT
)/unittests/Makefile.unittest
/external/llvm/unittests/ExecutionEngine/
Makefile
18
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/lib/Basic/
Makefile
20
$(shell $(
LLVM_SRC_ROOT
)/utils/GetSourceVersion $(PROJ_SRC_DIR)/../..))
23
$(shell $(
LLVM_SRC_ROOT
)/utils/GetRepositoryPath $(PROJ_SRC_DIR)/../..))
/external/clang/unittests/
Makefile
26
include $(
LLVM_SRC_ROOT
)/unittests/Makefile.unittest
/external/llvm/unittests/ADT/
Makefile
23
include $(
LLVM_SRC_ROOT
)/unittests/Makefile.unittest
/external/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
/external/llvm/utils/unittest/UnitTestMain/
Makefile
18
CPP.Flags += -I$(
LLVM_SRC_ROOT
)/utils/unittest/googletest/include
/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/
Makefile
139
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/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/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 \
Completed in 372 milliseconds
1
2