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.h267 CompileFunctionCreator CreateCompileFunction; variable
325 LLJITBuilderState::CompileFunctionCreator CreateCompileFunction) { in setCompileFunctionCreator() argument
326 impl().CreateCompileFunction = std::move(CreateCompileFunction); in setCompileFunctionCreator()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp959 << (CreateCompileFunction ? "Yes" : "No") << "\n" in prepareForConstruction()
1066 if (S.CreateCompileFunction) in createCompileFunction()
1067 return S.CreateCompileFunction(std::move(JTMB)); in createCompileFunction()