Searched defs:LLVM_ENABLE_ZLIB (Results 1 – 9 of 9) sorted by relevance
20 set(LLVM_ENABLE_ZLIB OFF CACHE BOOL "") variable
14 set(LLVM_ENABLE_ZLIB ON CACHE BOOL "") variable
13 set(LLVM_ENABLE_ZLIB OFF CACHE BOOL "") variable
18 set(LLVM_ENABLE_ZLIB ON CACHE BOOL "") variable
969 yes) AC_SUBST(LLVM_ENABLE_ZLIB,[1]) ;; subst970 no) AC_SUBST(LLVM_ENABLE_ZLIB,[0]) ;; subst971 default) AC_SUBST(LLVM_ENABLE_ZLIB,[1]) ;; subst974 AC_DEFINE_UNQUOTED([LLVM_ENABLE_ZLIB],$LLVM_ENABLE_ZLIB, definition
57 set(LLVM_ENABLE_ZLIB @LLVM_ENABLE_ZLIB@) variable
137 set(LLVM_ENABLE_ZLIB "${HAVE_ZLIB}") variable
427 #define LLVM_ENABLE_ZLIB 1 macro
373 set(LLVM_ENABLE_ZLIB "ON" CACHE STRING "Use zlib for compression/decompression if available. Can be… variable