Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp30 using CompileFunction = JITCompileCallbackManager::CompileFunction; typedef in __anon858e5bbc0111::CompileCallbackMaterializationUnit
33 CompileFunction Compile) in CompileCallbackMaterializationUnit()
54 CompileFunction Compile;
66 JITCompileCallbackManager::getCompileCallback(CompileFunction Compile) { in getCompileCallback()
H A DLLJIT.cpp880 auto CompileFunction = createCompileFunction(S, std::move(*S.JTMB)); in LLJIT() local
881 if (!CompileFunction) { in LLJIT()
882 Err = CompileFunction.takeError(); in LLJIT()
886 *ES, *ObjTransformLayer, std::move(*CompileFunction)); in LLJIT()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.h131 unsigned CompileFunction(lldb::ThreadSP thread_to_use_sp,
H A DClangFunctionCaller.cpp67 ClangFunctionCaller::CompileFunction(lldb::ThreadSP thread_to_use_sp, in CompileFunction() function in ClangFunctionCaller
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DUtilityFunction.cpp91 m_caller_up->CompileFunction(thread_to_use_sp, diagnostics); in MakeFunctionCaller()
H A DFunctionCaller.cpp241 if (CompileFunction(exe_ctx.GetThreadSP(), diagnostic_manager) != 0) in InsertFunction()
363 if (CompileFunction(exe_ctx.GetThreadSP(), diagnostic_manager) != 0) in ExecuteFunction()
/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DFunctionCaller.h100 virtual unsigned CompileFunction(lldb::ThreadSP thread_to_use_sp,
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h205 using CompileFunction = std::function<JITTargetAddress()>;
210 Expected<JITTargetAddress> getCompileCallback(CompileFunction Compile);