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
31
) 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/Transforms/Utils/
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/IR/
Makefile
15
include $(
LLVM_SRC_ROOT
)/unittests/Makefile.unittest
/external/llvm/unittests/Support/
Makefile
15
include $(
LLVM_SRC_ROOT
)/unittests/Makefile.unittest
/external/clang/runtime/libcxx/
Makefile
21
LIBCXX_SRC_ROOT := $(
LLVM_SRC_ROOT
)/projects/libcxx
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
Makefile
18
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/tools/llvm-jitlistener/
Makefile
27
include $(
LLVM_SRC_ROOT
)/Makefile.rules
/external/llvm/unittests/ADT/
Makefile
23
include $(
LLVM_SRC_ROOT
)/unittests/Makefile.unittest
/external/llvm/unittests/ExecutionEngine/MCJIT/
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/clang/unittests/
Makefile
40
include $(
LLVM_SRC_ROOT
)/unittests/Makefile.unittest
/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/llvm/unittests/ExecutionEngine/JIT/
Makefile
40
include $(
LLVM_SRC_ROOT
)/unittests/Makefile.unittest
/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/
Makefile
141
include $(
LLVM_SRC_ROOT
)/Makefile.rules
202
$(FilesToConfigPATH) : $(LLVM_OBJ_ROOT)/% : $(
LLVM_SRC_ROOT
)/%.in
219
$(
LLVM_SRC_ROOT
)/utils/clang-parse-diagnostics-file -a \
269
$(SVN) $(SVN-UPDATE-OPTIONS) update $(
LLVM_SRC_ROOT
)
270
@eval $$SUB_SVN_DIRS; $(SVN) status --no-ignore $(
LLVM_SRC_ROOT
) | svnup $(
LLVM_SRC_ROOT
) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) update
Completed in 562 milliseconds
1
2