Searched refs:JITCompileCallbackManager (Results 1 – 2 of 2) sorted by relevance
203 class JITCompileCallbackManager {207 virtual ~JITCompileCallbackManager() = default;218 JITCompileCallbackManager(std::unique_ptr<TrampolinePool> TP, in JITCompileCallbackManager() function241 class LocalJITCompileCallbackManager : public JITCompileCallbackManager {260 : JITCompileCallbackManager(nullptr, ES, ErrorHandlerAddress) { in LocalJITCompileCallbackManager()474 Expected<std::unique_ptr<JITCompileCallbackManager>>
31 using CompileFunction = JITCompileCallbackManager::CompileFunction;67 JITCompileCallbackManager::getCompileCallback(CompileFunction Compile) { in getCompileCallback()83 JITCompileCallbackManager::executeCompileCallback(ExecutorAddr TrampolineAddr) { in executeCompileCallback()118 Expected<std::unique_ptr<JITCompileCallbackManager>>