Home
last modified time | relevance | path

Searched refs:ConcurrentIRCompiler (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp81 ConcurrentIRCompiler::ConcurrentIRCompiler(JITTargetMachineBuilder JTMB, in ConcurrentIRCompiler() function in llvm::orc::ConcurrentIRCompiler
87 ConcurrentIRCompiler::operator()(Module &M) { in operator ()()
H A DLLJIT.cpp690 return std::make_unique<ConcurrentIRCompiler>(std::move(JTMB)); in createCompileFunction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h83 class ConcurrentIRCompiler : public IRCompileLayer::IRCompiler {
85 ConcurrentIRCompiler(JITTargetMachineBuilder JTMB,
/freebsd-13.1/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp900 return std::make_unique<orc::ConcurrentIRCompiler>(std::move(JTMB), in runOrcJIT()