Home
last modified time | relevance | path

Searched refs:MSVC (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/external/llvm/test/CodeGen/ARM/Windows/
Ddllexport.ll3 …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/
Dstack-protector-msvc.ll2 ; 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 …]
Dstack-protector-weight.ll3 …-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 …]
Dstack-protector.ll6 ; 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 …]
Dfrem-msvc32.ll1 ; 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/
Dcoff-debugging-secrel.ll6 ; 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/
Dpreconfigure.cmake16 if( MSVC )
22 else(MSVC)
24 endif( MSVC )
29 if( MSVC )
39 endif( MSVC )
43 if( MSVC )
53 endif( MSVC )
/external/protobuf/cmake/
DCMakeLists.txt20 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/
DMSVCCompatibility.rst14 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/
Dtypename-specifier.cpp160 #ifdef MSVC in foo()
169 #ifdef MSVC
180 #ifdef MSVC in bar()
187 #ifdef MSVC
205 #ifdef MSVC
212 #ifdef MSVC
/external/swiftshader/third_party/LLVM/cmake/modules/
DGetTargetTriple.cmake5 if( MSVC )
17 else( MSVC )
27 endif( MSVC )
DHandleLLVMOptions.cmake24 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/
DGetHostTriple.cmake5 if( MSVC )
17 else( MSVC )
27 endif( MSVC )
DCheckCompilerVersion.cmake2 # 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)"
DHandleLLVMOptions.cmake25 # 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/
DCMakeLists.txt143 # 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/
DCMakeLists.txt145 # 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/brotli/appveyor/
Drun_with_compiler.cmd2 :: variables to use the MSVC 2010 C++ compilers from GRMSDKX_EN_DVD.iso of:
6 :: variables to use the MSVC 2008 C++ compilers from GRMSDKX_EN_DVD.iso of:
72 ECHO Using default MSVC build environment for 64 bit architecture
77 ECHO Using default MSVC build environment for 32 bit architecture
/external/clang/examples/PrintFunctionNames/
DCMakeLists.txt3 if( NOT MSVC ) # MSVC mangles symbols differently, and
/external/compiler-rt/lib/sanitizer_common/tests/
DCMakeLists.txt57 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/skia/infra/branch-config/
Dcq.cfg43 builders { name: "Build-Win-MSVC-x86-Debug" }
44 builders { name: "Build-Win-MSVC-x86_64-Release-Vulkan" }
49 builders { name: "Test-Win2k8-MSVC-GCE-CPU-AVX2-x86_64-Release" }
/external/clang/unittests/ASTMatchers/
DCMakeLists.txt5 # By default MSVC has a 2^16 limit on the number of sections in an object file,
7 if (MSVC)
/external/skia/site/dev/contrib/
Dc++11.md25 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/compiler-rt/cmake/
Dbase-config-ix.cmake35 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/
DCMakeLists.txt68 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)

12345678910>>...15