Searched defs:CompileFunction (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ | ||
| H A D | ClangFunctionCaller.cpp | 66 ClangFunctionCaller::CompileFunction(lldb::ThreadSP thread_to_use_sp, in CompileFunction() function in ClangFunctionCaller |
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ | ||
| H A D | IndirectionUtils.cpp | 25 using CompileFunction = JITCompileCallbackManager::CompileFunction; typedef in __anona6e0c6d90111::CompileCallbackMaterializationUnit |
| H A D | LLJIT.cpp | 745 auto CompileFunction = createCompileFunction(S, std::move(*S.JTMB)); in LLJIT() local |