Home
last modified time | relevance | path

Searched refs:DLL (Results 1 – 25 of 76) sorted by relevance

1234

/llvm-project-15.0.7/lld/test/COFF/
H A Dimplib-name.test11 CHECK-DEFAULT-DLL-EXT: library.dll
12 CHECK-DEFAULT-DLL-EXT: library.dll
13 CHECK-DEFAULT-DLL-EXT: library.dll
14 CHECK-DEFAULT-DLL-EXT: library.dll
44 CHECK-OUTPUT-NAME-DLL: default.dll
45 CHECK-OUTPUT-NAME-DLL: default.dll
46 CHECK-OUTPUT-NAME-DLL: default.dll
68 CHECK-NODEF-DLL: default.dll
69 CHECK-NODEF-DLL: default.dll
70 CHECK-NODEF-DLL: default.dll
[all …]
H A Dexport.test7 CHECK1: DLL name: export.test.tmp.dll
17 CHECK2: DLL name: export.test.tmp.dll
32 CHECK3: DLL name: export.test.tmp.dll
47 CHECK4: DLL name: export.test.tmp.dll
62 CHECK5: DLL name: export.test.tmp.dll
79 SYMTAB: __imp_exportfn1 in export.test.tmp.DLL
80 SYMTAB: exportfn1 in export.test.tmp.DLL
82 SYMTAB: exportfn2 in export.test.tmp.DLL
84 SYMTAB: exportfn3 in export.test.tmp.DLL
94 FORWARDER: DLL name: export.test.tmp.dll
[all …]
H A Dlink-dll.s3 ## Test creating a DLL and linking against the DLL without using an import
7 ## DLL, to avoid any risk of implicitly referencing it instead of the DLL
H A Dexport32.test11 # CHECK1: DLL name: export32.test.tmp.dll
28 # CHECK2: DLL name: export32.test.tmp.dll
44 # CHECK3: DLL name: export32.test.tmp.dll
58 # CHECK4: DLL name: export32.test.tmp.dll
76 # CHECK5: DLL name: export32.test.tmp.dll
95 # CHECK7: DLL name: export32.test.tmp.dll
H A Ddll.test8 EXPORT: DLL name: dll.test.tmp.dll
23 EXPORT2: DLL name: dll.test.tmp5.dll
34 EXPORT-LTO: DLL name: dll.test.tmp.lto.dll
H A Dguardcf-lto.ll2 ; Set up an import library for a DLL that will do the indirect call.
14 ; There must be *two* entries in the table: DLL entry point, and my_handler.
H A Dlink-dll-i386.s3 ## Test creating a DLL and linking against the DLL without using an import
H A Dsafeseh.s27 # the DLL characteristic flag that indicates that there are no exception
28 # handlers in this DLL. The exception handler table in the load config should
H A Dexport-exe.test6 CHECK-NEXT: DLL name: export-exe.test.tmp.exe
H A Dlink-dll-stdcall.s3 ## Test creating a DLL and linking against the DLL without using an import
/llvm-project-15.0.7/llvm/test/Object/
H A Dnm-pe-image.test18 The DLL was generated like so:
26 RUN: | FileCheck %s -check-prefix PE-DLL
28 PE-DLL: 10001000 t .bss
29 PE-DLL: 10001000 t .data
30 PE-DLL: 10001000 t .text
31 PE-DLL: 10001000 T _DllMain
/llvm-project-15.0.7/llvm/test/tools/llvm-dlltool/
H A Dcoff-weak-exports.def9 ; When creating an import library, the DLL internal function name of
13 ; with exposing it via a different name in the DLL than in code.
15 ; The fact that a DLL export entry is a forward to a different DLL doesn't
/llvm-project-15.0.7/lld/docs/
H A Dwindows_support.rst33 Linking against DLL
34 :good:`Done`. LLD can read import libraries needed to link against DLL. Both
41 Creating DLL
42 :good:`Done`. LLD creates a DLL if ``/DLL`` option is given. Exported
/llvm-project-15.0.7/llvm/docs/
H A DHowToBuildWindowsItaniumPrograms.rst52 store a runtime address from another DLL into this pointer (although runtime
113 libunwind can be built as a DLL. It is not dependent on other projects.
131 into the libc++ DLL. This necessitates setting the CMake file
134 DLL later, see: https://reviews.llvm.org/D90021.
146 We build libc++ as a DLL and statically link libc++abi into it.
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/COFF/
H A Dprivate-headers-old.test6 IMPORT: DLL Name: MSVCR110.dll
40 EXPORT-NEXT: DLL name: export.test.tmp3.dll
/llvm-project-15.0.7/llvm/test/Assembler/
H A Ddllimport-dsolocal-diag.ll4 ; CHECK: error: dso_location and DLL-StorageClass mismatch
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Windows/
H A Ddll_report_globals_symbolization_at_startup.cpp24 #elif defined(DLL)
H A Dreport_globals_vs_freelibrary.cpp38 #elif defined(DLL)
H A Dreport_globals_reload_dll.cpp42 #elif defined(DLL)
H A Dheapalloc_dll_double_free.cpp24 #elif defined(DLL)
H A Dheapalloc_dll_unload_realloc_uaf.cpp24 #elif defined(DLL)
H A Ddll_unload.cpp33 #elif defined(DLL)
H A Drtlallocateheap_dll_unload_double_free.cpp56 #elif defined(DLL)
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Dlimit-debug-info.s2 # RUN: llvm-mc --triple=x86_64-pc-windows --filetype=obj --defsym DLL=0 %s >%t.dll.o
74 .ifdef DLL
/llvm-project-15.0.7/lld/COFF/
H A DCMakeLists.txt10 DLL.cpp

1234