Home
last modified time | relevance | path

Searched defs:CompileFunction (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp67 ClangFunctionCaller::CompileFunction(lldb::ThreadSP thread_to_use_sp, in CompileFunction() function in ClangFunctionCaller
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp30 using CompileFunction = JITCompileCallbackManager::CompileFunction; global() typedef in __anon8ea699f70111::CompileCallbackMaterializationUnit
H A DLLJIT.cpp961 auto CompileFunction = createCompileFunction(S, std::move(*S.JTMB)); LLJIT() local