Searched refs:MSVC (Results 1 – 25 of 394) sorted by relevance
12345678910>>...16
/external/llvm/test/CodeGen/ARM/Windows/ |
D | dllexport.ll | 3 …bv7--windows-msvc -filetype asm -o - %s | FileCheck %s -check-prefix CHECK -check-prefix CHECK-MSVC 59 ; CHECK-MSVC-NOT: /EXPORT:f 60 ; CHECK-MSVC: /EXPORT:g 61 ; CHECK-MSVC-SAME: /EXPORT:h 62 ; CHECK-MSVC-NOT: /EXPORT:i 63 ; CHECK-MSVC-SAME: /EXPORT:j 64 ; CHECK-MSVC-SAME: /EXPORT:k 65 ; CHECK-MSVC-SAME: /EXPORT:l 66 ; CHECK-MSVC-SAME: /EXPORT:m,DATA 67 ; CHECK-MSVC-SAME: /EXPORT:n,DATA [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | stack-protector-msvc.ll | 2 ; RUN: llc -mtriple=i386-pc-windows-msvc < %s -o - | FileCheck -check-prefix=MSVC-I386 %s 3 ; RUN: llc -mtriple=x86_64-pc-windows-msvc < %s -o - | FileCheck -check-prefix=MSVC-64 %s 5 ; MSVC-I386: movl ___security_cookie, %[[REG1:[a-z]*]] 6 ; MSVC-I386: movl %[[REG1]], [[SLOT:[0-9]*]](%esp) 7 ; MSVC-I386: calll _strcpy 8 ; MSVC-I386: movl [[SLOT]](%esp), %ecx 9 ; MSVC-I386: calll @__security_check_cookie@4 10 ; MSVC-I386: retl 12 ; MSVC-64: movq __security_cookie(%rip), %[[REG1:[a-z]*]] 13 ; MSVC-64: movq %[[REG1]], [[SLOT:[0-9]*]](%rsp) [all …]
|
D | stack-protector.ll | 6 ; RUN: llc -mtriple=i386-pc-windows-msvc < %s -o - | FileCheck -check-prefix=MSVC-I386 %s 45 ; MSVC-I386-LABEL: test1a: 46 ; MSVC-I386-NOT: calll @__security_check_cookie@4 47 ; MSVC-I386: retl 85 ; MSVC-I386-LABEL: test1b: 86 ; MSVC-I386: movl ___security_cookie, 87 ; MSVC-I386: calll @__security_check_cookie@4 121 ; MSVC-I386-LABEL: test1c: 122 ; MSVC-I386: movl ___security_cookie, 123 ; MSVC-I386: calll @__security_check_cookie@4 [all …]
|
D | stack-protector-weight.ll | 3 …-pseudos -enable-selectiondag-sp=true %s -o /dev/null 2>&1 | FileCheck %s -check-prefix=MSVC-SELDAG 4 …sel-pseudos -enable-selectiondag-sp=false %s -o /dev/null 2>&1 | FileCheck %s -check-prefix=MSVC-IR 18 ; MSVC-SELDAG: # Machine code for function test_branch_weights: 19 ; MSVC-SELDAG: mem:Volatile LD4[@__security_cookie] 20 ; MSVC-SELDAG: ST4[FixedStack0] 21 ; MSVC-SELDAG: LD4[FixedStack0] 22 ; MSVC-SELDAG: CALLpcrel32 <ga:@__security_check_cookie> 24 ; MSVC-IR: # Machine code for function test_branch_weights: 25 ; MSVC-IR: mem:Volatile LD4[@__security_cookie] 26 ; MSVC-IR: ST4[FixedStack0] [all …]
|
D | frem-msvc32.ll | 1 ; Make sure that 32-bit FREM is promoted to 64-bit FREM on 32-bit MSVC. 3 ; MSVC does not have a 32-bit fmodf function, so it must be promoted to
|
/external/llvm/test/MC/ARM/ |
D | coff-debugging-secrel.ll | 6 ; RUN: | llvm-readobj -r - | FileCheck %s -check-prefix CHECK-MSVC 43 ; CHECK-MSVC: Relocations [ 44 ; CHECK-MSVC: Section {{.*}} .debug$S { 45 ; CHECK-MSVC: 0x2C IMAGE_REL_ARM_SECREL function 46 ; CHECK-MSVC: 0x30 IMAGE_REL_ARM_SECTION function 47 ; CHECK-MSVC: 0x48 IMAGE_REL_ARM_SECREL function 48 ; CHECK-MSVC: 0x4C IMAGE_REL_ARM_SECTION function 49 ; CHECK-MSVC: } 50 ; CHECK-MSVC: ]
|
/external/libpcap/cmake/ |
D | preconfigure.cmake | 16 if( MSVC ) 22 else(MSVC) 24 endif( MSVC ) 29 if( MSVC ) 39 endif( MSVC ) 43 if( MSVC ) 53 endif( MSVC )
|
/external/protobuf/cmake/ |
D | CMakeLists.txt | 20 if (MSVC) 22 else (MSVC) 24 endif (MSVC) 106 if (MSVC AND protobuf_MSVC_STATIC_RUNTIME) 114 endif (MSVC AND protobuf_MSVC_STATIC_RUNTIME) 117 if (MSVC) 126 endif (MSVC) 135 if (MSVC) 138 else (MSVC) 142 endif (MSVC)
|
/external/clang/docs/ |
D | MSVCCompatibility.rst | 14 MSVC compatibility 18 MSVC. There are multiple dimensions to compatibility. 21 should be able to link against MSVC-compiled code successfully. However, C++ 22 ABIs are particularly large and complicated, and Clang's support for MSVC's C++ 23 ABI is a work in progress. If you don't require MSVC ABI compatibility or don't 27 Second, Clang implements many MSVC language extensions, such as 31 Third, MSVC accepts some C++ code that Clang will typically diagnose as 39 be compatible with MSVC's cl.exe. 66 pointers_to_members`_ and the `/vm`_ flags are supported. However, MSVC 76 (similar to what MSVC emits when given the ``/Z7`` flag) and DWARF debug [all …]
|
/external/clang/test/SemaTemplate/ |
D | typename-specifier.cpp | 160 #ifdef MSVC in foo() 169 #ifdef MSVC 180 #ifdef MSVC in bar() 187 #ifdef MSVC 205 #ifdef MSVC 212 #ifdef MSVC
|
/external/tinyxml2/ |
D | CMakeLists.txt | 65 if(MSVC) 67 endif(MSVC) 71 if(MSVC) 73 endif(MSVC) 102 if(MSVC) 104 endif(MSVC) 108 if(MSVC) 110 endif(MSVC)
|
/external/swiftshader/third_party/LLVM/cmake/modules/ |
D | GetTargetTriple.cmake | 5 if( MSVC ) 17 else( MSVC ) 27 endif( MSVC )
|
D | HandleLLVMOptions.cmake | 24 if (MSVC OR XCODE) 31 # MSVC doesn't like _DEBUG on release builds. See PR 4379. 32 if( NOT MSVC ) 134 if( MSVC ) 137 # Add definitions that make MSVC much less annoying. 171 # No MSVC equivalent available 187 endif( MSVC )
|
/external/llvm/cmake/modules/ |
D | GetHostTriple.cmake | 5 if( MSVC ) 17 else( MSVC ) 27 endif( MSVC )
|
D | CheckCompilerVersion.cmake | 2 # MSVC 2013, or Clang 3.1. 19 if (CMAKE_CXX_SIMULATE_ID MATCHES "MSVC") 43 elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC") 47 message(WARNING "Host Visual Studio should at least be 2013 Update 4 (MSVC 18.0.31101)"
|
D | HandleLLVMOptions.cmake | 25 # MSVC doesn't like _DEBUG on release builds. See PR 4379. 26 if( NOT MSVC ) 33 # Also remove /D NDEBUG to avoid MSVC warnings about conflicting defines. 221 if( MSVC ) 223 # For MSVC 2013, disable iterator null pointer checking in debug mode, 231 # CMake previously automatically set this value for MSVC builds, but the 232 # behavior was changed in CMake 2.8.11 (Issue 12437) to use the MSVC default 241 # Add definitions that make MSVC much less annoying. 252 # Tell MSVC to use the Unicode version of the Win32 APIs instead of ANSI. 301 # Ideally, we'd like this warning to be enabled, but MSVC 2013 doesn't [all …]
|
/external/google-breakpad/src/testing/gtest/ |
D | CMakeLists.txt | 143 # MSVC 7.1 does not support STL with exceptions disabled. 144 if (NOT MSVC OR MSVC_VERSION GREATER 1310) 172 if (NOT MSVC OR NOT MSVC_VERSION EQUAL 1600) 174 # Yet MSVC 10's <utility> declares tuple_element<size_t, class>. 177 # MSVC 10 doesn't compile. 195 # MSVC 7.1 does not support STL with exceptions disabled. 196 if (NOT MSVC OR MSVC_VERSION GREATER 1310) 232 # MSVC 7.1 does not support STL with exceptions disabled. 233 if (NOT MSVC OR MSVC_VERSION GREATER 1310)
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/ |
D | CMakeLists.txt | 145 # MSVC 7.1 does not support STL with exceptions disabled. 146 if (NOT MSVC OR MSVC_VERSION GREATER 1310) 174 if (NOT MSVC OR NOT MSVC_VERSION EQUAL 1600) 176 # Yet MSVC 10's <utility> declares tuple_element<size_t, class>. 179 # MSVC 10 doesn't compile. 197 # MSVC 7.1 does not support STL with exceptions disabled. 198 if (NOT MSVC OR MSVC_VERSION GREATER 1310) 234 # MSVC 7.1 does not support STL with exceptions disabled. 235 if (NOT MSVC OR MSVC_VERSION GREATER 1310)
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | CMakeLists.txt | 57 if(MSVC) 68 if(MSVC) 73 if(NOT MSVC) 81 # MSVC linker is allocating 1M for the stack by default, which is not 84 if(MSVC) 126 if(NOT MSVC)
|
/external/compiler-rt/cmake/ |
D | base-config-ix.cmake | 35 if(NOT MSVC) 89 # Find and run MSVC (not clang-cl) and get its version. This will tell clang-cl 90 # what version of MSVC to pretend to be so that the STL works. 92 if (MSVC) 93 # Find and run MSVC (not clang-cl) and get its version. This will tell 94 # clang-cl what version of MSVC to pretend to be so that the STL works. 121 if(NOT MSVC)
|
/external/v8/testing/gtest/ |
D | CMakeLists.txt | 68 if (MSVC AND MSVC_VERSION EQUAL 1700) 155 # MSVC 7.1 does not support STL with exceptions disabled. 156 if (NOT MSVC OR MSVC_VERSION GREATER 1310) 184 if (NOT MSVC OR MSVC_VERSION LESS 1600) # 1600 is Visual Studio 2010. 206 if (NOT MSVC OR MSVC_VERSION GREATER 1310) # 1310 is Visual Studio .NET 2003 242 # MSVC 7.1 does not support STL with exceptions disabled. 243 if (NOT MSVC OR MSVC_VERSION GREATER 1310)
|
/external/pcre/dist2/ |
D | CMakeLists.txt | 49 # of DEBUG location only (likely only matters in MSVC) 64 # 2012-12-08 PH added patch from Daniel Richard G to quash some MSVC warnings 74 # 2016-03-01 PH applied Chris Wilson's patch for MSVC static 192 IF(MSVC) 197 "ON=Install .pdb files built by MSVC, if generated" 199 ENDIF(MSVC) 461 IF(MSVC AND NOT PCRE2_STATIC) 470 ENDIF(MSVC AND NOT PCRE2_STATIC) 472 # Fix static compilation with MSVC: https://bugs.exim.org/show_bug.cgi?id=1681 475 IF(MSVC AND PCRE2_STATIC_RUNTIME) [all …]
|
/external/skia/site/dev/contrib/ |
D | c++11.md | 25 Chrome builds with a recent Clang on Mac and Linux and with a recent MSVC on 42 and MSVC toolchains are pretty good, but MSVC 2013 will become the weak link soon. 51 Most of our bots are pretty up-to-date: the Windows bots use MSVC 2013, the Mac
|
/external/skqp/site/dev/contrib/ |
D | c++11.md | 25 Chrome builds with a recent Clang on Mac and Linux and with a recent MSVC on 42 and MSVC toolchains are pretty good, but MSVC 2013 will become the weak link soon. 51 Most of our bots are pretty up-to-date: the Windows bots use MSVC 2013, the Mac
|
/external/clang/examples/PrintFunctionNames/ |
D | CMakeLists.txt | 3 if( NOT MSVC ) # MSVC mangles symbols differently, and
|
12345678910>>...16