Home
last modified time | relevance | path

Searched refs:ModuleHandle (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Dimports.test32 X86-NEXT: ModuleHandle: 0x301C
75 X64-NEXT: ModuleHandle: 0x3028
/llvm-project-15.0.7/lld/test/COFF/
H A Ddelayimporttables.yaml15 # CHECK-NEXT: ModuleHandle: 0x3000
32 # CHECK-NEXT: ModuleHandle: 0x3008
H A Ddelayimports.test10 IMPORT-NEXT: ModuleHandle: 0x3018
H A Darm64-delayimport.yaml43 # IMPORTS: ModuleHandle: 0x3000
H A Ddelayimports32.test16 IMPORT-NEXT: ModuleHandle: 0x3018
H A Ddelayimports-armnt.yaml16 # IMPORT-NEXT: ModuleHandle: 0x3000
/llvm-project-15.0.7/llvm/docs/tutorial/
H A DBuildingAJIT3.rst93 using ModuleHandle = decltype(CODLayer)::ModuleHandleT;
/llvm-project-15.0.7/lld/COFF/
H A DDLL.cpp179 e->ModuleHandle = moduleHandle->getRVA(); in writeTo()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DCOFF.h214 support::ulittle32_t ModuleHandle; member
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1722 W.printHex("ModuleHandle", Table->ModuleHandle); in printCOFFImports()