Home
last modified time | relevance | path

Searched refs:getJITLinkDylib (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DDebugObjectManagerPlugin.cpp319 Ctx.getJITLinkDylib(), ES); in Create()
322 Ctx.getJITLinkDylib(), ES); in Create()
328 Ctx.getJITLinkDylib(), ES); in Create()
331 Ctx.getJITLinkDylib(), ES); in Create()
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
DJITLinkGeneric.cpp52 Ctx->getJITLinkDylib(), *G, in linkPhase1()
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h1707 const JITLinkDylib *getJITLinkDylib() const { return JD; } in getJITLinkDylib() function