Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h33 using CompileFunction =
40 CompileFunction Compile);
49 CompileFunction Compile;
H A DIndirectionUtils.h188 using CompileFunction = std::function<JITTargetAddress()>;
193 Expected<JITTargetAddress> getCompileCallback(CompileFunction Compile);
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp27 using CompileFunction = JITCompileCallbackManager::CompileFunction; typedef in __anon3a3799ca0111::CompileCallbackMaterializationUnit
30 CompileFunction Compile, VModuleKey K) in CompileCallbackMaterializationUnit()
50 CompileFunction Compile;
62 JITCompileCallbackManager::getCompileCallback(CompileFunction Compile) { in getCompileCallback()
H A DIRCompileLayer.cpp16 CompileFunction Compile) in IRCompileLayer()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.h139 unsigned CompileFunction(lldb::ThreadSP thread_to_use_sp,
H A DClangFunctionCaller.cpp69 ClangFunctionCaller::CompileFunction(lldb::ThreadSP thread_to_use_sp, in CompileFunction() function in ClangFunctionCaller
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DUtilityFunction.cpp92 m_caller_up->CompileFunction(thread_to_use_sp, diagnostics); in MakeFunctionCaller()
H A DFunctionCaller.cpp216 if (CompileFunction(exe_ctx.GetThreadSP(), diagnostic_manager) != 0) in InsertFunction()
337 if (CompileFunction(exe_ctx.GetThreadSP(), diagnostic_manager) != 0) in ExecuteFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DFunctionCaller.h106 virtual unsigned CompileFunction(lldb::ThreadSP thread_to_use_sp,