Home
last modified time | relevance | path

Searched refs:CompileFunction (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp25 using CompileFunction = JITCompileCallbackManager::CompileFunction; typedef in __anon124e36f00111::CompileCallbackMaterializationUnit
28 CompileFunction Compile) in CompileCallbackMaterializationUnit()
49 CompileFunction Compile;
61 JITCompileCallbackManager::getCompileCallback(CompileFunction Compile) { in getCompileCallback()
H A DLLJIT.cpp1113 auto CompileFunction = createCompileFunction(S, std::move(*S.JTMB)); in LLJIT() local
1114 if (!CompileFunction) { in LLJIT()
1115 Err = CompileFunction.takeError(); in LLJIT()
1119 *ES, *ObjTransformLayer, std::move(*CompileFunction)); in LLJIT()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h198 using CompileFunction = std::function<JITTargetAddress()>;
203 Expected<JITTargetAddress> getCompileCallback(CompileFunction Compile);