Home
last modified time | relevance | path

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

/freebsd/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.cpp979 Expected<std::unique_ptr<IRCompileLayer::IRCompiler>>
1033 CompileLayer = std::make_unique<IRCompileLayer>( in LLJIT()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h32 class LLVM_ABI IRCompileLayer : public IRLayer {
53 IRCompileLayer(ExecutionSession &ES, ObjectLayer &BaseLayer,
H A DCompileUtils.h37 class LLVM_ABI SimpleCompiler : public IRCompileLayer::IRCompiler {
83 class LLVM_ABI ConcurrentIRCompiler : public IRCompileLayer::IRCompiler {
H A DLLJIT.h226 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>>(
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp989 -> Expected<std::unique_ptr<orc::IRCompileLayer::IRCompiler>> { in runOrcJIT()
/freebsd/lib/clang/libllvm/
H A DMakefile823 SRCS_EXT+= ExecutionEngine/Orc/IRCompileLayer.cpp