Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp281 Ctx->getMemoryManager().allocate(Ctx->getJITLinkDylib(), Segments)) in allocateSegments()
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp329 const JITLinkDylib *JD = Ctx.getJITLinkDylib(); in finalizeWorkingMemory()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1468 const JITLinkDylib *getJITLinkDylib() const { return JD; } in getJITLinkDylib() function