Searched refs:getDLLImportOffset (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldCOFF.h | 47 uint64_t getDLLImportOffset(unsigned SectionID, StubMap &Stubs,
|
| H A D | RuntimeDyldCOFF.cpp | 82 uint64_t RuntimeDyldCOFF::getDLLImportOffset(unsigned SectionID, StubMap &Stubs, in getDLLImportOffset() function in llvm::RuntimeDyldCOFF
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldCOFFI386.h | 65 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName, true); in processRelocationRef()
|
| H A D | RuntimeDyldCOFFX86_64.h | 225 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName); in processRelocationRef()
|
| H A D | RuntimeDyldCOFFThumb.h | 111 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName, true); in processRelocationRef()
|
| H A D | RuntimeDyldCOFFAArch64.h | 178 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName); in processRelocationRef()
|