Searched refs:JITCompileCallbackManager (Results 1 – 2 of 2) sorted by relevance
205 class JITCompileCallbackManager {209 virtual ~JITCompileCallbackManager() = default;220 JITCompileCallbackManager(std::unique_ptr<TrampolinePool> TP, in JITCompileCallbackManager() function243 class LocalJITCompileCallbackManager : public JITCompileCallbackManager {262 : JITCompileCallbackManager(nullptr, ES, ErrorHandlerAddress) { in LocalJITCompileCallbackManager()483 LLVM_ABI Expected<std::unique_ptr<JITCompileCallbackManager>>
28 using CompileFunction = JITCompileCallbackManager::CompileFunction;64 JITCompileCallbackManager::getCompileCallback(CompileFunction Compile) { in getCompileCallback()80 JITCompileCallbackManager::executeCompileCallback(ExecutorAddr TrampolineAddr) { in executeCompileCallback()147 Expected<std::unique_ptr<JITCompileCallbackManager>>