Home
last modified time | relevance | path

Searched refs:createCompileFunction (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h237 createCompileFunction(LLJITBuilderState &S, JITTargetMachineBuilder JTMB);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp959 LLJIT::createCompileFunction(LLJITBuilderState &S, in createCompileFunction() function in llvm::orc::LLJIT
1007 auto CompileFunction = createCompileFunction(S, std::move(*S.JTMB)); in LLJIT()