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

/freebsd-13-stable/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, function in class:ClangFunctionCaller
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DUtilityFunction.cpp88 m_caller_up->CompileFunction(thread_to_use_sp, diagnostics);
H A DFunctionCaller.cpp214 if (CompileFunction(exe_ctx.GetThreadSP(), diagnostic_manager) != 0)
334 if (CompileFunction(exe_ctx.GetThreadSP(), diagnostic_manager) != 0)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp25 using CompileFunction = JITCompileCallbackManager::CompileFunction;
28 CompileFunction Compile, VModuleKey K)
49 CompileFunction Compile;
61 JITCompileCallbackManager::getCompileCallback(CompileFunction Compile) {
H A DLLJIT.cpp1087 auto CompileFunction = createCompileFunction(S, std::move(*S.JTMB)); local
1088 if (!CompileFunction) {
1089 Err = CompileFunction.takeError();
1093 *ES, ObjTransformLayer, std::move(*CompileFunction));
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DFunctionCaller.h100 virtual unsigned CompileFunction(lldb::ThreadSP thread_to_use_sp,
294 ///< This will get made in CompileFunction, so it is
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h201 using CompileFunction = std::function<JITTargetAddress()>;
206 Expected<JITTargetAddress> getCompileCallback(CompileFunction Compile);

Completed in 171 milliseconds