Searched refs:CompileFunction (Results 1 – 3 of 3) sorted by relevance
25 using CompileFunction = JITCompileCallbackManager::CompileFunction; typedef in __anon124e36f00111::CompileCallbackMaterializationUnit28 CompileFunction Compile) in CompileCallbackMaterializationUnit()49 CompileFunction Compile;61 JITCompileCallbackManager::getCompileCallback(CompileFunction Compile) { in getCompileCallback()
1113 auto CompileFunction = createCompileFunction(S, std::move(*S.JTMB)); in LLJIT() local1114 if (!CompileFunction) { in LLJIT()1115 Err = CompileFunction.takeError(); in LLJIT()1119 *ES, *ObjTransformLayer, std::move(*CompileFunction)); in LLJIT()
198 using CompileFunction = std::function<JITTargetAddress()>;203 Expected<JITTargetAddress> getCompileCallback(CompileFunction Compile);