| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | ThreadLocal.inc | 1 //= 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 D | Host.inc | 1 //===- llvm/Support/Win32/Host.inc ------------------------------*- C++ -*-===// 9 // This file implements the Win32 Host support.
|
| H A D | DynamicLibrary.inc | 1 //===- 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 D | Memory.inc | 1 //===- 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 D | Process.inc | 1 //===- 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 D | Program.inc | 1 //===- 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 D | Threading.inc | 1 //===- 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 D | CommandOptionValidators.cpp | 23 case llvm::Triple::Win32: in IsValid()
|
| /llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/ |
| H A D | Target.cpp | 272 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 D | InitHeaderSearch.cpp | 246 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 D | Host.cpp | 55 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 | __bits | 99 // 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 D | ProcessLaunchInfo.cpp | 253 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 D | Targets.cpp | 154 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 D | abi-breaking.h.cmake | 34 #elif defined(_WIN32) || defined(__CYGWIN__) // Win32 w/o #pragma detect_mismatch
|
| /llvm-project-15.0.7/utils/bazel/llvm_configs/ |
| H A D | abi-breaking.h.cmake | 34 #elif defined(_WIN32) || defined(__CYGWIN__) // Win32 w/o #pragma detect_mismatch
|
| /llvm-project-15.0.7/polly/test/Unit/ |
| H A D | lit.cfg | 60 # Win32 seeks DLLs along %PATH%.
|
| /llvm-project-15.0.7/clang/tools/driver/ |
| H A D | CMakeLists.txt | 48 # Prevent versioning if the buildhost is targeting for Win32.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | stack-protector-strong-macho-win32-xor.ll | 6 ; 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 D | IndirectionUtils.cpp | 161 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 D | lld.cpp | 72 if (Triple(sys::getProcessTriple()).getOS() == Triple::Win32) in getDefaultQuotingStyle()
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Windows-DYLD/ |
| H A D | DynamicLoaderWindowsDYLD.cpp | 52 if (triple_ref.getOS() == llvm::Triple::Win32) in CreateInstance()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Triple.cpp | 240 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 D | Triple.h | 198 Win32, enumerator 572 return getOS() == Triple::Win32; in isOSWindows()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | SupportLibrary.rst | 31 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
|