Home
last modified time | relevance | path

Searched refs:Win32 (Results 1 – 25 of 69) sorted by relevance

123

/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DThreadLocal.inc1 //= llvm/Support/Win32/ThreadLocal.inc - Win32 Thread Local Data -*- C++ -*-===//
9 // This file implements the Win32 specific (non-pthread) ThreadLocal class.
14 //=== WARNING: Implementation here must contain only generic Win32 code that
15 //=== is guaranteed to work on *all* Win32 variants.
H A DHost.inc1 //===- llvm/Support/Win32/Host.inc ------------------------------*- C++ -*-===//
9 // This file implements the Win32 Host support.
H A DDynamicLibrary.inc1 //===- Win32/DynamicLibrary.cpp - Win32 DL Implementation -------*- C++ -*-===//
9 // This file provides the Win32 specific implementation of DynamicLibrary.
20 //=== WARNING: Implementation here must contain only Win32 specific code
158 // Win32 on x86 implements certain single-precision math functions as macros.
H A DMemory.inc1 //===- Win32/Memory.cpp - Win32 Memory Implementation -----------*- C++ -*-===//
9 // This file provides the Win32 specific implementation of various Memory
96 //=== WARNING: Implementation here must contain only Win32 specific code
H A DProcess.inc1 //===- Win32/Process.cpp - Win32 Process Implementation ------- -*- C++ -*-===//
9 // This file provides the Win32 specific implementation of the Process class.
35 //=== WARNING: Implementation here must contain only Win32 specific code
H A DProgram.inc1 //===- Win32/Program.cpp - Win32 Program Implementation ------- -*- C++ -*-===//
9 // This file provides the Win32 specific implementation of the Program class.
30 //=== WARNING: Implementation here must contain only Win32 specific code
H A DThreading.inc1 //===- Windows/Threading.inc - Win32 Threading Implementation - -*- C++ -*-===//
9 // This file provides the Win32 specific implementation of Threading functions.
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandOptionValidators.cpp23 case llvm::Triple::Win32: in IsValid()
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DTarget.cpp272 case llvm::Triple::OSType::Win32: in get()
285 case llvm::Triple::OSType::Win32: in get()
297 case llvm::Triple::OSType::Win32: in get()
/llvm-project-15.0.7/clang/lib/Lex/
H A DInitHeaderSearch.cpp246 case llvm::Triple::Win32: in AddDefaultCIncludePaths()
334 case llvm::Triple::Win32: in AddDefaultCIncludePaths()
403 case llvm::Triple::Win32: in AddDefaultCPlusPlusIncludePaths()
448 case llvm::Triple::Win32: in AddDefaultIncludePaths()
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DHost.cpp55 triple.setOS(llvm::Triple::Win32); in GetTripleForProcess()
89 triple.setOS(llvm::Triple::Win32); in GetProcessExecutableAndTriple()
/llvm-project-15.0.7/libcxx/include/
H A D__bits99 // Win32 doesn't have _BitScanForward64 so emulate it with two 32 bit calls.
132 // Win32 doesn't have _BitScanReverse64 so emulate it with two 32 bit calls.
/llvm-project-15.0.7/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp253 if (triple.getOS() == llvm::Triple::Win32 && in ConvertArgumentsForLaunchingInShell()
291 if (triple.getOS() != llvm::Triple::Win32 || in ConvertArgumentsForLaunchingInShell()
/llvm-project-15.0.7/clang/lib/Basic/
H A DTargets.cpp154 case llvm::Triple::Win32: in AllocateTarget()
200 case llvm::Triple::Win32: in AllocateTarget()
521 case llvm::Triple::Win32: { in AllocateTarget()
578 case llvm::Triple::Win32: { in AllocateTarget()
/llvm-project-15.0.7/llvm/include/llvm/Config/
H A Dabi-breaking.h.cmake34 #elif defined(_WIN32) || defined(__CYGWIN__) // Win32 w/o #pragma detect_mismatch
/llvm-project-15.0.7/utils/bazel/llvm_configs/
H A Dabi-breaking.h.cmake34 #elif defined(_WIN32) || defined(__CYGWIN__) // Win32 w/o #pragma detect_mismatch
/llvm-project-15.0.7/polly/test/Unit/
H A Dlit.cfg60 # Win32 seeks DLLs along %PATH%.
/llvm-project-15.0.7/clang/tools/driver/
H A DCMakeLists.txt48 # Prevent versioning if the buildhost is targeting for Win32.
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dstack-protector-strong-macho-win32-xor.ll6 ; This test checks that on Win32 MachO targets we don't xor the cookie with rbp before checking.
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp161 if (T.getOS() == Triple::OSType::Win32) { in createLocalCompileCallbackManager()
221 if (T.getOS() == Triple::OSType::Win32) { in createLocalIndirectStubsManagerBuilder()
/llvm-project-15.0.7/lld/tools/lld/
H A Dlld.cpp72 if (Triple(sys::getProcessTriple()).getOS() == Triple::Win32) in getDefaultQuotingStyle()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp52 if (triple_ref.getOS() == llvm::Triple::Win32) in CreateInstance()
/llvm-project-15.0.7/llvm/lib/Support/
H A DTriple.cpp240 case Win32: return "windows"; in getOSTypeName()
565 .StartsWith("win32", Triple::Win32) in parseOS()
566 .StartsWith("windows", Triple::Win32) in parseOS()
1097 if (OS == Triple::Win32) { in normalize()
1116 (OS == Triple::Win32 && Environment != UnknownEnvironment)) { in normalize()
1868 case llvm::Triple::Win32: in getARMCPUForArch()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DTriple.h198 Win32, enumerator
572 return getOS() == Triple::Win32; in isOSWindows()
/llvm-project-15.0.7/llvm/docs/
H A DSupportLibrary.rst31 effort; especially, Jeff Cohen and Henrik Bach on the Win32 port.
120 systems supported for a given class of operating system (e.g. Unix, Win32).
210 class of operating system. Currently only Unix and Win32 classes are defined

123