Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp25 using CompileFunction = JITCompileCallbackManager::CompileFunction; typedef in __anona6e0c6d90111::CompileCallbackMaterializationUnit
28 CompileFunction Compile) in CompileCallbackMaterializationUnit()
49 CompileFunction Compile;
61 JITCompileCallbackManager::getCompileCallback(CompileFunction Compile) { in getCompileCallback()
H A DLLJIT.cpp745 auto CompileFunction = createCompileFunction(S, std::move(*S.JTMB)); in LLJIT() local
746 if (!CompileFunction) { in LLJIT()
747 Err = CompileFunction.takeError(); in LLJIT()
751 *ES, *ObjTransformLayer, std::move(*CompileFunction)); in LLJIT()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.h132 unsigned CompileFunction(lldb::ThreadSP thread_to_use_sp,
H A DClangFunctionCaller.cpp66 ClangFunctionCaller::CompileFunction(lldb::ThreadSP thread_to_use_sp, in CompileFunction() function in ClangFunctionCaller
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DUtilityFunction.cpp89 m_caller_up->CompileFunction(thread_to_use_sp, diagnostics); in MakeFunctionCaller()
H A DFunctionCaller.cpp214 if (CompileFunction(exe_ctx.GetThreadSP(), diagnostic_manager) != 0) in InsertFunction()
338 if (CompileFunction(exe_ctx.GetThreadSP(), diagnostic_manager) != 0) in ExecuteFunction()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DFunctionCaller.h100 virtual unsigned CompileFunction(lldb::ThreadSP thread_to_use_sp,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h198 using CompileFunction = std::function<JITTargetAddress()>;
203 Expected<JITTargetAddress> getCompileCallback(CompileFunction Compile);