| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/utils/windows/ |
| H A D | PrettyOutput.py | 29 stdout = Stream(sys.stdout, ctypes.windll.kernel32.GetStdHandle(-11)) 30 stderr = Stream(sys.stderr, ctypes.windll.kernel32.GetStdHandle(-12)) 36 ctypes.windll.kernel32.GetConsoleScreenBufferInfo( 54 ctypes.windll.kernel32.SetConsoleTextAttribute( 62 ctypes.windll.kernel32.SetConsoleTextAttribute(
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-server/commandline/ |
| H A D | TestGdbRemoteConnection.py | 17 kernel32 = ctypes.WinDLL("kernel32", use_last_error=True) variable 38 CreateNamedPipe = kernel32.CreateNamedPipeW 43 ConnectNamedPipe = kernel32.ConnectNamedPipe 47 CreateEvent = kernel32.CreateEventW 51 GetOverlappedResultEx = kernel32.GetOverlappedResultEx 56 ReadFile = kernel32.ReadFile 60 CloseHandle = kernel32.CloseHandle
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/Breakpad/ |
| H A D | unwind-via-stack-win-no-memory-info.yaml | 13 # CHECK: frame #3: 0x77278494 kernel32.dll 35 Module Name: 'C:\Windows\System32\kernel32.dll'
|
| H A D | unwind-via-raSearch.test | 45 # CHECK: frame #3: 0x77278494 kernel32.dll
|
| H A D | unwind-via-stack-win.test | 57 # CHECK: frame #3: 0x77278494 kernel32.dll
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | export.test | 86 # RUN: lld-link /out:%t.dll /dll %t.obj /export:foo=kernel32.foobar 89 # RUN: echo "EXPORTS foo=kernel32.foobar" > %t.def 99 FORWARDER: 2 foo (forwarded to kernel32.foobar)
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | link-open-file.test | 37 CreateFileA = ctypes.windll.kernel32.CreateFileA 46 ctypes.windll.kernel32.CloseHandle(h)
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | z_Windows_NT_util.cpp | 133 static HMODULE kernel32 = NULL; variable 793 kernel32 = GetModuleHandle(path.str); in __kmp_runtime_initialize() 798 if (kernel32 != NULL) { in __kmp_runtime_initialize() 801 kernel32, "GetActiveProcessorCount"); in __kmp_runtime_initialize() 804 kernel32, "GetActiveProcessorGroupCount"); in __kmp_runtime_initialize() 807 kernel32, "GetThreadGroupAffinity"); in __kmp_runtime_initialize() 810 kernel32, "SetThreadGroupAffinity"); in __kmp_runtime_initialize() 865 (void)kernel32; in __kmp_runtime_initialize() 913 kernel32 = NULL; in __kmp_runtime_destroy()
|
| /llvm-project-15.0.7/lld/test/COFF/Inputs/ |
| H A D | hello64.asm | 1 ;; ml64 hello64.asm /link /subsystem:windows /defaultlib:kernel32 \
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/Breakpad/Inputs/ |
| H A D | unwind-via-stack-win.yaml | 20 Module Name: 'C:\Windows\System32\kernel32.dll'
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dlltool/ |
| H A D | coff-weak-exports.def | 17 ImpLibName3 = kernel32.Sleep
|
| /llvm-project-15.0.7/libcxxabi/cmake/ |
| H A D | config-ix.cmake | 62 shell32 user32 kernel32 mingw32 ${MINGW_RUNTIME}
|
| /llvm-project-15.0.7/libunwind/cmake/ |
| H A D | config-ix.cmake | 70 shell32 user32 kernel32 mingw32 ${MINGW_RUNTIME}
|
| /llvm-project-15.0.7/libcxx/cmake/ |
| H A D | config-ix.cmake | 79 shell32 user32 kernel32 mingw32 ${MINGW_RUNTIME}
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | util.py | 143 if not windll.kernel32.CreateDirectoryW(NTPath, None):
|
| /llvm-project-15.0.7/openmp/runtime/cmake/ |
| H A D | LibompMicroTests.cmake | 184 set(libomp_expected_library_deps kernel32.dll)
|
| /llvm-project-15.0.7/llvm/cmake/platforms/ |
| H A D | WinMsvc.cmake | 73 # kernel32.lib
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | decorators.py | 618 kernel = ctypes.windll.kernel32
|
| /llvm-project-15.0.7/compiler-rt/cmake/ |
| H A D | config-ix.cmake | 61 shell32 user32 kernel32 mingw32 ${MINGW_RUNTIME}
|
| /llvm-project-15.0.7/clang-tools-extra/docs/ |
| H A D | pp-trace.rst | 335 Str: kernel32.lib
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/ |
| H A D | pdbdump-headers.test | 749 BIG-NEXT: Obj: `C:\PROGRA~2\WI3CF2~1\10\Lib\10.0.10586.0\um\x86\kernel32.lib`: 753 BIG-NEXT: Obj: `C:\PROGRA~2\WI3CF2~1\10\Lib\10.0.10586.0\um\x86\kernel32.lib`:
|