Home
last modified time | relevance | path

Searched refs:IRCompileLayer (Results 1 – 7 of 7) sorted by relevance

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIRCompileLayer.cpp14 IRCompileLayer::IRCompiler::~IRCompiler() = default;
16 IRCompileLayer::IRCompileLayer(ExecutionSession &ES, ObjectLayer &BaseLayer, in IRCompileLayer() function in llvm::orc::IRCompileLayer
23 void IRCompileLayer::setNotifyCompiled(NotifyCompiledFunction NotifyCompiled) { in setNotifyCompiled()
28 void IRCompileLayer::emit(std::unique_ptr<MaterializationResponsibility> R, in emit()
H A DLLJIT.cpp958 Expected<std::unique_ptr<IRCompileLayer::IRCompiler>>
1012 CompileLayer = std::make_unique<IRCompileLayer>( in LLJIT()
/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h31 class IRCompileLayer : public IRLayer {
52 IRCompileLayer(ExecutionSession &ES, ObjectLayer &BaseLayer,
H A DCompileUtils.h36 class SimpleCompiler : public IRCompileLayer::IRCompiler {
82 class ConcurrentIRCompiler : public IRCompileLayer::IRCompiler {
H A DLLJIT.h222 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>>(
/src/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp987 -> Expected<std::unique_ptr<orc::IRCompileLayer::IRCompiler>> { in runOrcJIT()
/src/lib/clang/libllvm/
H A DMakefile764 SRCS_EXT+= ExecutionEngine/Orc/IRCompileLayer.cpp