| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | rsds.test | 4 # RUN: lld-link /debug /pdbaltpath:test.pdb /dll /out:%t.dll /entry:DllMain %t.obj 6 # RUN: lld-link /debug /pdbaltpath:test.pdb /dll /out:%t.dll /entry:DllMain %t.obj 11 # RUN: lld-link /debug /pdb:%t1.pdb /dll /out:%t.dll /entry:DllMain %t.obj 13 # RUN: lld-link /debug /pdb:%t2.pdb /dll /out:%t.dll /entry:DllMain %t.obj 18 # RUN: lld-link /Brepro /dll /out:%t.dll /entry:DllMain %t.obj 22 # RUN: lld-link /Brepro /debug /dll /out:%t.dll /entry:DllMain %t.obj 26 # RUN: lld-link /lldmingw /debug:dwarf /dll /out:%t.dll /entry:DllMain %t.obj
|
| H A D | delayimporttables.yaml | 4 # RUN: lld-link /nodefaultlib /entry:DllMain /out:%T/delayimporttables-dll1.dll /dll /implib:%t-dll… 5 # RUN: lld-link /nodefaultlib /entry:DllMain /out:%T/delayimporttables-dll2.dll /dll /implib:%t-dll…
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | default_calling_conv.cpp | 75 int DllMain() { in DllMain() function 94 int __fastcall DllMain() { in DllMain() function
|
| H A D | mangle-mingw.cpp | 18 int DllMain() { return 0; } in DllMain() function
|
| H A D | mangle-ms.cpp | 310 int DllMain() { return 0; } in DllMain() function
|
| /llvm-project-15.0.7/llvm/test/Object/ |
| H A D | nm-pe-image.test | 20 int DllMain(void *mod, long reason, void *reserved) { return 1; } 22 $ lld-link t.o -out:t.exe -entry:DllMain -debug -dll
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Windows/ |
| H A D | dll_heap_allocation.cpp | 14 BOOL WINAPI DllMain(PVOID h, DWORD reason, PVOID reserved) { in DllMain() function
|
| H A D | dll_report_globals_symbolization_at_startup.cpp | 32 BOOL WINAPI DllMain(HMODULE, DWORD reason, LPVOID) {
|
| H A D | report_globals_vs_freelibrary.cpp | 39 BOOL WINAPI DllMain(HMODULE, DWORD reason, LPVOID) {
|
| H A D | report_globals_reload_dll.cpp | 43 BOOL WINAPI DllMain(HMODULE, DWORD reason, LPVOID) {
|
| H A D | heapalloc_dll_double_free.cpp | 27 BOOL WINAPI DllMain(HMODULE, DWORD reason, LPVOID) {
|
| H A D | heapalloc_dll_unload_realloc_uaf.cpp | 27 BOOL WINAPI DllMain(HMODULE, DWORD reason, LPVOID) {
|
| H A D | dll_unload.cpp | 36 BOOL WINAPI DllMain(HMODULE, DWORD reason, LPVOID) {
|
| H A D | rtlallocateheap_dll_unload_double_free.cpp | 59 BOOL WINAPI DllMain(HMODULE, DWORD reason, LPVOID) {
|
| H A D | rtlallocateheap_dll_unload_realloc.cpp | 63 BOOL WINAPI DllMain(HMODULE, DWORD reason, LPVOID) {
|
| H A D | dll_control_c.cpp | 20 BOOL WINAPI DllMain(PVOID h, DWORD reason, PVOID reserved) { in DllMain() function
|
| /llvm-project-15.0.7/llvm/test/LTO/X86/ |
| H A D | stdcall.ll | 8 define x86_stdcallcc i32 @DllMain(i8* %module, i32 %reason, i8* %reserved) {
|
| /llvm-project-15.0.7/lld/test/COFF/Inputs/ |
| H A D | delayimporttables-dll1.yaml | 51 - Name: DllMain
|
| H A D | delayimporttables-dll2.yaml | 51 - Name: DllMain
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_runtime.cpp | 559 BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpReserved) { in DllMain() function
|