Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp305 Ctx.getJITLinkDylib(), ES); in Create()
308 Ctx.getJITLinkDylib(), ES); in Create()
314 Ctx.getJITLinkDylib(), ES); in Create()
317 Ctx.getJITLinkDylib(), ES); in Create()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp60 Ctx->getJITLinkDylib(), *G, in linkPhase1()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1812 const JITLinkDylib *getJITLinkDylib() const { return JD; } in getJITLinkDylib() function