Searched refs:CompileFunction (Results 1 – 8 of 8) sorted by relevance
30 using CompileFunction = JITCompileCallbackManager::CompileFunction; typedef in __anon54fb8a550111::CompileCallbackMaterializationUnit33 CompileFunction Compile) in CompileCallbackMaterializationUnit()54 CompileFunction Compile;66 JITCompileCallbackManager::getCompileCallback(CompileFunction Compile) { in getCompileCallback()
821 auto CompileFunction = createCompileFunction(S, std::move(*S.JTMB)); in LLJIT() local822 if (!CompileFunction) { in LLJIT()823 Err = CompileFunction.takeError(); in LLJIT()827 *ES, *ObjTransformLayer, std::move(*CompileFunction)); in LLJIT()
131 unsigned CompileFunction(lldb::ThreadSP thread_to_use_sp,
67 ClangFunctionCaller::CompileFunction(lldb::ThreadSP thread_to_use_sp, in CompileFunction() function in ClangFunctionCaller
84 m_caller_up->CompileFunction(thread_to_use_sp, diagnostics); in MakeFunctionCaller()
215 if (CompileFunction(exe_ctx.GetThreadSP(), diagnostic_manager) != 0) in InsertFunction()337 if (CompileFunction(exe_ctx.GetThreadSP(), diagnostic_manager) != 0) in ExecuteFunction()
100 virtual unsigned CompileFunction(lldb::ThreadSP thread_to_use_sp,
205 using CompileFunction = std::function<JITTargetAddress()>;210 Expected<JITTargetAddress> getCompileCallback(CompileFunction Compile);