Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/projects/sample/tools/sample/
DMakefile17 USEDLIBS = sample.a macro
/external/swiftshader/third_party/LLVM/utils/count/
DMakefile12 USEDLIBS = macro
/external/swiftshader/third_party/LLVM/utils/fpcmp/
DMakefile12 USEDLIBS = LLVMSupport.a macro
/external/swiftshader/third_party/LLVM/utils/FileCheck/
DMakefile12 USEDLIBS = LLVMSupport.a macro
/external/swiftshader/third_party/LLVM/utils/not/
DMakefile12 USEDLIBS = LLVMSupport.a macro
/external/swiftshader/third_party/LLVM/utils/FileUpdate/
DMakefile12 USEDLIBS = LLVMSupport.a macro
/external/swiftshader/third_party/LLVM/utils/TableGen/
DMakefile12 USEDLIBS = LLVMTableGen.a LLVMSupport.a macro
/external/swiftshader/third_party/LLVM/tools/bugpoint-passes/
DMakefile13 USEDLIBS = macro
/external/swiftshader/third_party/LLVM/lib/Transforms/Hello/
DMakefile13 USEDLIBS = macro
/external/llvm/docs/
DProjects.rst171 ``USEDLIBS``
177 ``USEDLIBS`` to ``sample.a``.
/external/swiftshader/third_party/LLVM/
DMakefile.rules913 ifdef USEDLIBS
914 ProjLibsOptions := $(patsubst %.a.o, -l%, $(addsuffix .o, $(USEDLIBS)))
916 ProjUsedLibs := $(patsubst %.a.o, lib%.a, $(addsuffix .o, $(USEDLIBS)))