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.h241 createCompileFunction(LLJITBuilderState &S, JITTargetMachineBuilder JTMB);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp980 LLJIT::createCompileFunction(LLJITBuilderState &S, in createCompileFunction() function in llvm::orc::LLJIT
1028 auto CompileFunction = createCompileFunction(S, std::move(*S.JTMB)); in LLJIT()