Home
last modified time | relevance | path

Searched refs:LLVM_ENABLE_ASSERTIONS (Results 1 – 8 of 8) sorted by relevance

/external/llvm/cmake/modules/
DLLVMConfig.cmake.in26 set(LLVM_ENABLE_ASSERTIONS @LLVM_ENABLE_ASSERTIONS@) variable
DMakefile17 LLVM_ENABLE_ASSERTIONS := 0 macro
19 LLVM_ENABLE_ASSERTIONS := 1 macro
DHandleLLVMOptions.cmake58 if( LLVM_ENABLE_ASSERTIONS )
84 if( LLVM_ENABLE_ASSERTIONS )
DAddLLVM.cmake972 if(LLVM_ENABLE_ASSERTIONS AND NOT MSVC_IDE)
/external/llvm/
DCMakeLists.txt282 option(LLVM_ENABLE_ASSERTIONS "Enable assertions" OFF) option
284 option(LLVM_ENABLE_ASSERTIONS "Enable assertions" ON) option
400 if(CMAKE_CROSSCOMPILING OR (LLVM_OPTIMIZED_TABLEGEN AND LLVM_ENABLE_ASSERTIONS))
/external/clang/
DCMakeLists.txt60 set(LLVM_ENABLE_ASSERTIONS ${ENABLE_ASSERTIONS} variable
63 mark_as_advanced(LLVM_ENABLE_ASSERTIONS)
/external/llvm/docs/
DCMake.rst256 **LLVM_ENABLE_ASSERTIONS**:BOOL
543 ``LLVM_ENABLE_ASSERTIONS``
DProgrammersManual.rst2578 of `LLVM_ENABLE_ASSERTIONS`.