Home
last modified time | relevance | path

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

1234567

/openbsd/usr.bin/file/magdir/
H A Dmsvc14 …2\157\152\145\143\164\040\106\151\154\145\012\000\032\000\002\000\262\000\272\276\372\316 MSVC .ide
15 0 string \102\157\162\154\141\156\144\040\103\053\053\040\120\162\157 MSVC .ide
18 0 string \000\000\000\000\040\000\000\000\377 MSVC .res
19 0 string \377\003\000\377\001\000\020\020\350 MSVC .res
20 0 string \377\003\000\377\001\000\060\020\350 MSVC .res
32 0 string Microsoft\ C/C++\ MSVC program database
37 0 string \000\002\000\007\000 MSVC .sbr
41 0 string \002\000\002\001 MSVC .bsc
44 0 string 1.00\ .0000.0000\000\003 MSVC .wsp version 1.0000.0000
/openbsd/gnu/llvm/clang/docs/
H A 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
115 MSVC allows many invalid constructs in class templates that Clang has
[all …]
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFFProperties.td8 …vc` for the MSVC ABI, `gnu` for the MinGW / Itanium ABI, and `default` to follow the default targe…
13 …vc` for the MSVC ABI, `gnu` for the MinGW / Itanium ABI, and `default` to follow the default targe…
/openbsd/gnu/llvm/llvm/cmake/modules/
H A DGetHostTriple.cmake5 if( MSVC )
21 # but it does for MSVC.
44 else( MSVC )
58 endif( MSVC )
H A DCheckProblematicConfigurations.cmake12 # MSVC and /arch:AVX is untested and have created problems before. See:
14 if(${CMAKE_CXX_COMPILER_ID} STREQUAL MSVC)
17 …log_problematic("Compiling LLVM with MSVC and the /arch:AVX flag is known to cause issues with par…
H A DCheckCompilerVersion.cmake15 # _MSC_VER == 1927 MSVC++ 14.27 Visual Studio 2019 Version 16.7
50 check_compiler_version("MSVC" "Visual Studio" ${MSVC_MIN} ${MSVC_SOFT_ERROR})
55 if ((${CMAKE_CXX_COMPILER_ID} STREQUAL MSVC) AND
67 if (CMAKE_CXX_SIMULATE_ID MATCHES "MSVC")
H A DHandleLLVMOptions.cmake63 if( NOT MSVC )
70 if (MSVC)
298 if ( MSVC )
445 if(MSVC)
462 if( MSVC )
571 endif( MSVC )
619 if (MSVC)
698 endif (MSVC)
901 elseif(MSVC)
1002 elseif(MSVC)
[all …]
H A DFindzstd.cmake13 if(MSVC)
36 if(MSVC)
H A DTableGen.cmake56 # MSVC can't support long string literals ("long" > 65534 bytes)[1], so if there's
57 # a possibility of generated tables being consumed by MSVC, generate arrays of
59 # that the source might be consumed by MSVC.
61 if (MSVC AND project STREQUAL LLVM)
H A DDetermineGCCCompatible.cmake6 elseif( MSVC )
/openbsd/gnu/llvm/llvm/cmake/platforms/
H A DWinMsvc.cmake2 # target MSVC.
26 # containing MSVC headers and system libraries. The layout of the folder
27 # matches that which is intalled by MSVC 2017 on Windows, and should look like
30 # ${LLVM_WINSYSROOT}/VC/Tools/MSVC/${MSVC_VER}/
45 # For versions of MSVC < 2017, or where you have a hermetic toolchain in a
192 # that the Windows SDK / MSVC STL directories look kosher.
202 get_highest_version("${LLVM_WINSYSROOT}/VC/Tools/MSVC" MSVC_VER)
214 set(ATLMFC_LIB "${LLVM_WINSYSROOT}/VC/Tools/MSVC/${MSVC_VER}/atlmfc/lib")
215 set(MSVC_INCLUDE "${LLVM_WINSYSROOT}/VC/Tools/MSVC/${MSVC_VER}/include")
216 set(MSVC_LIB "${LLVM_WINSYSROOT}/VC/Tools/MSVC/${MSVC_VER}/lib")
[all …]
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_Win32.pm35 my ( $BORLAND, $GCC, $MSVC ) = _identify_compiler_environment( \%Config );
42 my $MSVC = $config->{cc} =~ /\b(?:cl|icl)/i ? 1 : 0; # MSVC can come as clarm.exe, icl=Intel C
44 return ( $BORLAND, $GCC, $MSVC );
437 ($MSVC ? "/Fo" : "-o ") . $output_file;
613 $MSVC ? '-Fd$(*).pdb' : '';
/openbsd/gnu/llvm/clang/examples/PrintFunctionNames/
H A DCMakeLists.txt3 if( NOT MSVC ) # MSVC mangles symbols differently, and
/openbsd/gnu/llvm/clang/lib/ARCMigrate/
H A DCMakeLists.txt6 # By default MSVC has a 2^16 limit on the number of sections in an object
8 if (MSVC)
/openbsd/gnu/llvm/llvm/tools/llvm-shlib/
H A DCMakeLists.txt14 if(MSVC)
15 message(FATAL_ERROR "Generating libLLVM is not supported on MSVC")
82 if(LLVM_BUILD_LLVM_C_DYLIB AND NOT MSVC)
121 if(LLVM_BUILD_LLVM_C_DYLIB AND MSVC)
191 if (LLVM_INTEGRATED_CRT_ALLOC AND MSVC)
/openbsd/gnu/llvm/llvm/projects/
H A DCMakeLists.txt24 # MSVC isn't quite working with libc++ yet, disable it until issues are
28 if(NOT MSVC OR LLVM_FORCE_BUILD_RUNTIME)
/openbsd/gnu/llvm/compiler-rt/
H A DCMakeLists.txt122 if (MSVC OR XCODE)
311 # We need to handle MSVC CET option on Windows platforms.
312 if (NOT MSVC)
318 if(MSVC)
335 # Emulate C99 and C++11's __func__ for MSVC prior to 2013 CTP.
398 if(MSVC)
431 # If we're using MSVC,
433 if (NOT MSVC)
462 if(MSVC)
696 if(MSVC)
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A DCMakeLists.txt87 if(MSVC)
92 if(NOT MSVC)
110 # MSVC linker is allocating 1M for the stack by default, which is not
113 if(MSVC)
/openbsd/gnu/llvm/llvm/lib/Support/BLAKE3/
H A DCMakeLists.txt21 # three flavors of assembly (Unix, Windows MSVC, and Windows GNU) and one
27 if (MSVC)
/openbsd/gnu/llvm/compiler-rt/lib/interception/tests/
H A DCMakeLists.txt35 if(MSVC)
44 if(NOT MSVC)
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/Chapter2/
H A DCMakeLists.txt15 if(MSVC)
/openbsd/gnu/llvm/libunwind/src/
H A DCMakeLists.txt71 # Force them all into the headers dir on MSVC, otherwise they end up at
140 if(CMAKE_C_COMPILER_ID STREQUAL MSVC)
177 if(CMAKE_C_COMPILER_ID STREQUAL MSVC)
/openbsd/gnu/llvm/libunwind/
H A DCMakeLists.txt88 if (LIBUNWIND_ENABLE_CET AND MSVC)
89 message(FATAL_ERROR "libunwind CET support is not available for MSVC!")
259 # MSVC doesn't like _DEBUG on release builds. See PR 4379.
260 if (NOT MSVC)
307 if (MSVC)
/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A DCMakeLists.txt282 if (NOT MSVC)
290 # long double is not 80 bits on Android or MSVC.
306 if (NOT MSVC)
370 else () # MSVC
371 # Use C versions of functions when building on MSVC
372 # MSVC's assembler takes Intel syntax, not AT&T syntax.
373 # Also use only MSVC compilable builtin implementations.
381 endif () # if (NOT MSVC)
/openbsd/gnu/llvm/compiler-rt/lib/asan/tests/
H A DCMakeLists.txt50 if(MSVC)
78 if(NOT MSVC)
198 if(MSVC)
200 # With the MSVC CRT, the choice between static and dynamic CRT is made at

1234567