Searched refs:SHARED_LIBRARY (Results 1 – 17 of 17) sorted by relevance
/external/compiler-rt/ |
D | Makefile | 134 $(call Set,Tmp.SHARED_LIBRARY,$(strip \ 135 $(call GetCNAVar,SHARED_LIBRARY,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch)))) 140 $(if $(call streq,1,$(Tmp.SHARED_LIBRARY)), 192 $(call Set,Tmp.SHARED_LIBRARY,$(strip \ 193 $(call GetCNAVar,SHARED_LIBRARY,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch)))) 196 $(if $(call streq,1,$(Tmp.SHARED_LIBRARY)),
|
/external/swiftshader/third_party/LLVM/tools/gold/ |
D | Makefile | 21 SHARED_LIBRARY = 1 macro
|
/external/compiler-rt/make/ |
D | options.mk | 30 SHARED_LIBRARY := 0
|
D | lib_info.mk | 59 SHARED_LIBRARY SHARED_LIBRARY_SUFFIX STRIP LIPO DSYMUTIL
|
/external/swiftshader/third_party/LLVM/runtime/libprofile/ |
D | Makefile | 18 SHARED_LIBRARY = 1 macro
|
/external/swiftshader/third_party/LLVM/tools/lto/ |
D | Makefile | 21 SHARED_LIBRARY = 1 macro
|
/external/python/cpython3/Lib/distutils/ |
D | _msvccompiler.py | 299 (CCompiler.SHARED_LIBRARY, None): self.ldflags_static, 300 (CCompiler.SHARED_LIBRARY, False): self.ldflags_static, 301 (CCompiler.SHARED_LIBRARY, True): self.ldflags_static_debug,
|
D | ccompiler.py | 614 SHARED_LIBRARY = "shared_library" variable in CCompiler 692 self.link(CCompiler.SHARED_LIBRARY, objects,
|
/external/swiftshader/third_party/LLVM/tools/llvm-shlib/ |
D | Makefile | 16 SHARED_LIBRARY = 1 macro
|
/external/python/cpython2/Lib/distutils/ |
D | ccompiler.py | 614 SHARED_LIBRARY = "shared_library" variable in CCompiler 674 self.link(CCompiler.SHARED_LIBRARY, objects,
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | Projects.rst | 157 ``SHARED_LIBRARY`` 159 If ``SHARED_LIBRARY`` is defined in your Makefile, a shared (or dynamic)
|
/external/llvm/docs/ |
D | Projects.rst | 157 ``SHARED_LIBRARY`` 159 If ``SHARED_LIBRARY`` is defined in your Makefile, a shared (or dynamic)
|
/external/python/cpython2/Lib/distutils/tests/ |
D | setuptools_build_ext.py | 257 self.SHARED_LIBRARY, objects, output_libname,
|
/external/python/setuptools/setuptools/command/ |
D | build_ext.py | 291 self.SHARED_LIBRARY, objects, output_libname,
|
/external/swiftshader/third_party/LLVM/ |
D | Makefile.rules | 311 SHARED_LIBRARY := 1 315 ifdef SHARED_LIBRARY 506 ifdef SHARED_LIBRARY 1127 ifdef SHARED_LIBRARY
|
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/ |
D | LLVM-Config.cmake | 104 elseif(t STREQUAL "EXECUTABLE" OR t STREQUAL "SHARED_LIBRARY" OR t STREQUAL "MODULE_LIBRARY")
|
D | AddLLVM.cmake | 1505 elseif(UNIX AND ${target_type} STREQUAL "SHARED_LIBRARY")
|