Searched refs:DLL (Results 1 – 25 of 76) sorted by relevance
1234
11 CHECK-DEFAULT-DLL-EXT: library.dll12 CHECK-DEFAULT-DLL-EXT: library.dll13 CHECK-DEFAULT-DLL-EXT: library.dll14 CHECK-DEFAULT-DLL-EXT: library.dll44 CHECK-OUTPUT-NAME-DLL: default.dll45 CHECK-OUTPUT-NAME-DLL: default.dll46 CHECK-OUTPUT-NAME-DLL: default.dll68 CHECK-NODEF-DLL: default.dll69 CHECK-NODEF-DLL: default.dll70 CHECK-NODEF-DLL: default.dll[all …]
7 CHECK1: DLL name: export.test.tmp.dll17 CHECK2: DLL name: export.test.tmp.dll32 CHECK3: DLL name: export.test.tmp.dll47 CHECK4: DLL name: export.test.tmp.dll62 CHECK5: DLL name: export.test.tmp.dll79 SYMTAB: __imp_exportfn1 in export.test.tmp.DLL80 SYMTAB: exportfn1 in export.test.tmp.DLL82 SYMTAB: exportfn2 in export.test.tmp.DLL84 SYMTAB: exportfn3 in export.test.tmp.DLL94 FORWARDER: DLL name: export.test.tmp.dll[all …]
3 ## Test creating a DLL and linking against the DLL without using an import7 ## DLL, to avoid any risk of implicitly referencing it instead of the DLL
11 # CHECK1: DLL name: export32.test.tmp.dll28 # CHECK2: DLL name: export32.test.tmp.dll44 # CHECK3: DLL name: export32.test.tmp.dll58 # CHECK4: DLL name: export32.test.tmp.dll76 # CHECK5: DLL name: export32.test.tmp.dll95 # CHECK7: DLL name: export32.test.tmp.dll
8 EXPORT: DLL name: dll.test.tmp.dll23 EXPORT2: DLL name: dll.test.tmp5.dll34 EXPORT-LTO: DLL name: dll.test.tmp.lto.dll
2 ; 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.
3 ## Test creating a DLL and linking against the DLL without using an import
27 # the DLL characteristic flag that indicates that there are no exception28 # handlers in this DLL. The exception handler table in the load config should
6 CHECK-NEXT: DLL name: export-exe.test.tmp.exe
18 The DLL was generated like so:26 RUN: | FileCheck %s -check-prefix PE-DLL28 PE-DLL: 10001000 t .bss29 PE-DLL: 10001000 t .data30 PE-DLL: 10001000 t .text31 PE-DLL: 10001000 T _DllMain
9 ; When creating an import library, the DLL internal function name of13 ; 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
33 Linking against DLL34 :good:`Done`. LLD can read import libraries needed to link against DLL. Both41 Creating DLL42 :good:`Done`. LLD creates a DLL if ``/DLL`` option is given. Exported
52 store a runtime address from another DLL into this pointer (although runtime113 libunwind can be built as a DLL. It is not dependent on other projects.131 into the libc++ DLL. This necessitates setting the CMake file134 DLL later, see: https://reviews.llvm.org/D90021.146 We build libc++ as a DLL and statically link libc++abi into it.
6 IMPORT: DLL Name: MSVCR110.dll40 EXPORT-NEXT: DLL name: export.test.tmp3.dll
4 ; CHECK: error: dso_location and DLL-StorageClass mismatch
24 #elif defined(DLL)
38 #elif defined(DLL)
42 #elif defined(DLL)
33 #elif defined(DLL)
56 #elif defined(DLL)
2 # RUN: llvm-mc --triple=x86_64-pc-windows --filetype=obj --defsym DLL=0 %s >%t.dll.o74 .ifdef DLL
10 DLL.cpp