Searched refs:ConcurrentIRCompiler (Results 1 – 7 of 7) sorted by relevance
83 ConcurrentIRCompiler::ConcurrentIRCompiler(JITTargetMachineBuilder JTMB, in ConcurrentIRCompiler() function in llvm::orc::ConcurrentIRCompiler89 ConcurrentIRCompiler::operator()(Module &M) { in operator ()()
825 return std::make_unique<ConcurrentIRCompiler>(std::move(JTMB)); in createCompileFunction()
81 ConcurrentIRCompiler::ConcurrentIRCompiler(JITTargetMachineBuilder JTMB, in ConcurrentIRCompiler() function in llvm::orc::ConcurrentIRCompiler87 ConcurrentIRCompiler::operator()(Module &M) { in operator ()()
121 return std::make_unique<ConcurrentIRCompiler>(std::move(JTMB)); in createCompileFunction()
82 class ConcurrentIRCompiler : public IRCompileLayer::IRCompiler {84 ConcurrentIRCompiler(JITTargetMachineBuilder JTMB,
85 class ConcurrentIRCompiler : public IRCompileLayer::IRCompiler {87 ConcurrentIRCompiler(JITTargetMachineBuilder JTMB,
864 …er compileLayer(session, objectLayer, std::make_unique<llvm::orc::ConcurrentIRCompiler>(JITGlobals…