Searched refs:IRCompileLayer (Results 1 – 8 of 8) sorted by relevance
14 IRCompileLayer::IRCompiler::~IRCompiler() {} in ~IRCompiler()16 IRCompileLayer::IRCompileLayer(ExecutionSession &ES, ObjectLayer &BaseLayer, in IRCompileLayer() function in llvm::orc::IRCompileLayer23 void IRCompileLayer::setNotifyCompiled(NotifyCompiledFunction NotifyCompiled) { in setNotifyCompiled()28 void IRCompileLayer::emit(std::unique_ptr<MaterializationResponsibility> R, in emit()
679 Expected<std::unique_ptr<IRCompileLayer::IRCompiler>>750 CompileLayer = std::make_unique<IRCompileLayer>( in LLJIT()
31 class IRCompileLayer : public IRLayer {52 IRCompileLayer(ExecutionSession &ES, ObjectLayer &BaseLayer,
37 class SimpleCompiler : public IRCompileLayer::IRCompiler {83 class ConcurrentIRCompiler : public IRCompileLayer::IRCompiler {
178 IRCompileLayer &getIRCompileLayer() { return *CompileLayer; } in getIRCompileLayer()192 static Expected<std::unique_ptr<IRCompileLayer::IRCompiler>>213 std::unique_ptr<IRCompileLayer> CompileLayer;258 std::function<Expected<std::unique_ptr<IRCompileLayer::IRCompiler>>(
178 IRSpeculationLayer(ExecutionSession &ES, IRCompileLayer &BaseLayer, in IRSpeculationLayer()201 IRCompileLayer &NextLayer;
898 -> Expected<std::unique_ptr<orc::IRCompileLayer::IRCompiler>> { in runOrcJIT()
642 SRCS_EXT+= ExecutionEngine/Orc/IRCompileLayer.cpp