Searched refs:IRCompileLayer (Results 1 – 7 of 7) sorted by relevance
14 IRCompileLayer::IRCompiler::~IRCompiler() = default;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()
958 Expected<std::unique_ptr<IRCompileLayer::IRCompiler>>1012 CompileLayer = std::make_unique<IRCompileLayer>( in LLJIT()
31 class IRCompileLayer : public IRLayer {52 IRCompileLayer(ExecutionSession &ES, ObjectLayer &BaseLayer,
36 class SimpleCompiler : public IRCompileLayer::IRCompiler {82 class ConcurrentIRCompiler : public IRCompileLayer::IRCompiler {
222 IRCompileLayer &getIRCompileLayer() { return *CompileLayer; } in getIRCompileLayer()236 static Expected<std::unique_ptr<IRCompileLayer::IRCompiler>>260 std::unique_ptr<IRCompileLayer> CompileLayer;305 std::function<Expected<std::unique_ptr<IRCompileLayer::IRCompiler>>(
987 -> Expected<std::unique_ptr<orc::IRCompileLayer::IRCompiler>> { in runOrcJIT()
764 SRCS_EXT+= ExecutionEngine/Orc/IRCompileLayer.cpp