Searched defs:ENABLE_TIMESTAMPS (Results 1 – 5 of 5) sorted by relevance
/external/llvm/projects/sample/autoconf/ |
D | configure.ac | 582 yes) AC_SUBST(ENABLE_TIMESTAMPS,[1]) ;; subst 583 no) AC_SUBST(ENABLE_TIMESTAMPS,[0]) ;; subst 584 default) AC_SUBST(ENABLE_TIMESTAMPS,[1]) ;; subst 587 AC_DEFINE_UNQUOTED([ENABLE_TIMESTAMPS],$ENABLE_TIMESTAMPS, definition
|
/external/llvm/autoconf/ |
D | configure.ac | 790 yes) AC_SUBST(ENABLE_TIMESTAMPS,[1]) ;; subst 791 no) AC_SUBST(ENABLE_TIMESTAMPS,[0]) ;; subst 792 default) AC_SUBST(ENABLE_TIMESTAMPS,[1]) ;; subst 795 AC_DEFINE_UNQUOTED([ENABLE_TIMESTAMPS],$ENABLE_TIMESTAMPS, definition
|
/external/llvm/ |
D | CMakeLists.txt | 111 set(ENABLE_TIMESTAMPS 1) variable
|
/external/llvm/device/include/llvm/Config/ |
D | config.h | 23 #define ENABLE_TIMESTAMPS 1 macro
|
/external/llvm/host/include/llvm/Config/ |
D | config.h | 23 #define ENABLE_TIMESTAMPS 1 macro
|