Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h33 class IRCompiler {
35 IRCompiler(IRSymbolMapper::ManglingOptions MO) : MO(std::move(MO)) {} in IRCompiler() function
36 virtual ~IRCompiler();
53 std::unique_ptr<IRCompiler> Compile);
55 IRCompiler &getCompiler() { return *Compile; } in getCompiler()
65 std::unique_ptr<IRCompiler> Compile;
H A DCompileUtils.h36 class SimpleCompiler : public IRCompileLayer::IRCompiler {
42 : IRCompiler(irManglingOptionsFromTargetOptions(TM.Options)), TM(TM),
82 class ConcurrentIRCompiler : public IRCompileLayer::IRCompiler {
H A DLLJIT.h236 static Expected<std::unique_ptr<IRCompileLayer::IRCompiler>>
305 std::function<Expected<std::unique_ptr<IRCompileLayer::IRCompiler>>(
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIRCompileLayer.cpp14 IRCompileLayer::IRCompiler::~IRCompiler() = default;
17 std::unique_ptr<IRCompiler> Compile) in IRCompileLayer()
H A DCompileUtils.cpp85 : IRCompiler(irManglingOptionsFromTargetOptions(JTMB.getOptions())), in ConcurrentIRCompiler()
H A DLLJIT.cpp958 Expected<std::unique_ptr<IRCompileLayer::IRCompiler>>
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp987 -> Expected<std::unique_ptr<orc::IRCompileLayer::IRCompiler>> { in runOrcJIT()