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