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()
979 Expected<std::unique_ptr<IRCompileLayer::IRCompiler>>1033 CompileLayer = std::make_unique<IRCompileLayer>( in LLJIT()
32 class LLVM_ABI IRCompileLayer : public IRLayer {53 IRCompileLayer(ExecutionSession &ES, ObjectLayer &BaseLayer,
37 class LLVM_ABI SimpleCompiler : public IRCompileLayer::IRCompiler {83 class LLVM_ABI ConcurrentIRCompiler : public IRCompileLayer::IRCompiler {
226 IRCompileLayer &getIRCompileLayer() { return *CompileLayer; } in getIRCompileLayer()240 static Expected<std::unique_ptr<IRCompileLayer::IRCompiler>>262 std::unique_ptr<IRCompileLayer> CompileLayer;306 std::function<Expected<std::unique_ptr<IRCompileLayer::IRCompiler>>(
989 -> Expected<std::unique_ptr<orc::IRCompileLayer::IRCompiler>> { in runOrcJIT()
823 SRCS_EXT+= ExecutionEngine/Orc/IRCompileLayer.cpp