Home
last modified time | relevance | path

Searched refs:getDLLImportOffset (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.h47 uint64_t getDLLImportOffset(unsigned SectionID, StubMap &Stubs,
H A DRuntimeDyldCOFF.cpp82 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 DRuntimeDyldCOFFI386.h65 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName, true); in processRelocationRef()
H A DRuntimeDyldCOFFX86_64.h225 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName); in processRelocationRef()
H A DRuntimeDyldCOFFThumb.h111 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName, true); in processRelocationRef()
H A DRuntimeDyldCOFFAArch64.h178 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName); in processRelocationRef()