Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h193 createCompileFunction(LLJITBuilderState &S, JITTargetMachineBuilder JTMB);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp1062 LLJIT::createCompileFunction(LLJITBuilderState &S, in createCompileFunction() function in llvm::orc::LLJIT
1113 auto CompileFunction = createCompileFunction(S, std::move(*S.JTMB)); in LLJIT()