Home
last modified time | relevance | path

Searched refs:JITCompileCallbackManager (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h203 class JITCompileCallbackManager {
207 virtual ~JITCompileCallbackManager() = default;
218 JITCompileCallbackManager(std::unique_ptr<TrampolinePool> TP, in JITCompileCallbackManager() function
241 class LocalJITCompileCallbackManager : public JITCompileCallbackManager {
260 : JITCompileCallbackManager(nullptr, ES, ErrorHandlerAddress) { in LocalJITCompileCallbackManager()
474 Expected<std::unique_ptr<JITCompileCallbackManager>>
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp31 using CompileFunction = JITCompileCallbackManager::CompileFunction;
67 JITCompileCallbackManager::getCompileCallback(CompileFunction Compile) { in getCompileCallback()
83 JITCompileCallbackManager::executeCompileCallback(ExecutorAddr TrampolineAddr) { in executeCompileCallback()
118 Expected<std::unique_ptr<JITCompileCallbackManager>>