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
38
) 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/Object/
Makefile
15
include $(
LLVM_SRC_ROOT
)/unittests/Makefile.unittest
/external/llvm/unittests/Transforms/DebugIR/
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/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/DebugInfo/
Makefile
16
include $(
LLVM_SRC_ROOT
)/unittests/Makefile.unittest
/external/llvm/unittests/ExecutionEngine/
Makefile
20
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/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/chromium_org/v8/tools/gcmole/
Makefile
30
LLVM_INCLUDE:=$(
LLVM_SRC_ROOT
)/include
31
CLANG_INCLUDE:=$(
LLVM_SRC_ROOT
)/tools/clang/include
/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/tools/lli/
Makefile
29
include $(
LLVM_SRC_ROOT
)/Makefile.rules
/external/llvm/unittests/Option/
Makefile
19
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
Completed in 1124 milliseconds
1
2