Home
last modified time | relevance | path

Searched refs:createIFuncResolver (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h181 void createIFuncResolver(uint8_t *Addr) const;
H A DRuntimeDyldELF.cpp2334 createIFuncResolver(IFuncStubsAddr); in finalizeLoad()
2418 void RuntimeDyldELF::createIFuncResolver(uint8_t *Addr) const { in createIFuncResolver() function in llvm::RuntimeDyldELF