Home
last modified time | relevance | path

Searched refs:USEDLIBS (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm/utils/count/
DMakefile12 USEDLIBS = macro
/external/llvm/projects/sample/tools/sample/
DMakefile17 USEDLIBS = sample.a macro
/external/llvm/utils/fpcmp/
DMakefile12 USEDLIBS = LLVMSupport.a macro
/external/llvm/utils/FileCheck/
DMakefile12 USEDLIBS = LLVMSupport.a macro
/external/llvm/utils/FileUpdate/
DMakefile12 USEDLIBS = LLVMSupport.a macro
/external/llvm/utils/not/
DMakefile12 USEDLIBS = LLVMSupport.a macro
/external/clang/tools/diagtool/
DMakefile21 USEDLIBS = clangBasic.a macro
/external/llvm/utils/yaml-bench/
DMakefile12 USEDLIBS = LLVMSupport.a macro
/external/clang/unittests/Basic/
DMakefile13 USEDLIBS = clangLex.a clangBasic.a macro
/external/clang/unittests/Lex/
DMakefile13 USEDLIBS = clangLex.a clangBasic.a macro
/external/llvm/utils/TableGen/
DMakefile12 USEDLIBS = LLVMTableGen.a LLVMSupport.a macro
/external/clang/utils/TableGen/
DMakefile12 USEDLIBS = LLVMTableGen.a LLVMSupport.a macro
/external/llvm/lib/Transforms/Hello/
DMakefile13 USEDLIBS = macro
/external/llvm/tools/bugpoint-passes/
DMakefile13 USEDLIBS := macro
/external/clang/unittests/Tooling/
DMakefile13 USEDLIBS = clangTooling.a clangFrontend.a clangSerialization.a clangDriver.a \ macro
/external/clang/tools/clang-check/
DMakefile19 USEDLIBS = clangFrontend.a clangSerialization.a clangDriver.a \ macro
/external/clang/tools/c-index-test/
DMakefile21 USEDLIBS = clang.a clangFrontend.a clangDriver.a \ macro
/external/clang/tools/arcmt-test/
DMakefile20 USEDLIBS = clangARCMigrate.a clangRewrite.a \ macro
/external/clang/tools/c-arcmt-test/
DMakefile20 USEDLIBS = clang.a clangARCMigrate.a clangRewrite.a \ macro
/external/clang/unittests/Frontend/
DMakefile13 USEDLIBS = clangFrontendTool.a clangFrontend.a clangDriver.a \ macro
/external/clang/examples/clang-interpreter/
DMakefile20 USEDLIBS = clangFrontend.a clangSerialization.a clangDriver.a clangCodeGen.a \ macro
/external/clang/tools/libclang/
DMakefile19 USEDLIBS = clangARCMigrate.a clangRewrite.a clangFrontend.a clangDriver.a \ macro
/external/llvm/tools/llvm-config/
DMakefile12 USEDLIBS := LLVMSupport.a macro
/external/clang/tools/driver/
DMakefile34 USEDLIBS = clangFrontendTool.a clangFrontend.a clangDriver.a \ macro
/external/llvm/
DMakefile.rules992 ifdef USEDLIBS
993 ProjLibsOptions := $(patsubst %.a.o, -l%, $(addsuffix .o, $(USEDLIBS)))
995 ProjUsedLibs := $(patsubst %.a.o, lib%.a, $(addsuffix .o, $(USEDLIBS)))

12