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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.h133 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-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp147 auto CompileFunction = createCompileFunction(S, std::move(*S.JTMB)); local
148 if (!CompileFunction) {
149 Err = CompileFunction.takeError();
153 *ES, ObjTransformLayer, std::move(*CompileFunction));
H A DIndirectionUtils.cpp26 using CompileFunction = JITCompileCallbackManager::CompileFunction;
29 CompileFunction Compile, VModuleKey K)
50 CompileFunction Compile;
62 JITCompileCallbackManager::getCompileCallback(CompileFunction Compile) {
/freebsd-11-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-11-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-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h187 using CompileFunction = std::function<JITTargetAddress()>;
192 Expected<JITTargetAddress> getCompileCallback(CompileFunction Compile);

Completed in 87 milliseconds