Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h196 class JITCompileCallbackManager {
200 virtual ~JITCompileCallbackManager() = default;
211 JITCompileCallbackManager(std::unique_ptr<TrampolinePool> TP, in JITCompileCallbackManager() function
234 class LocalJITCompileCallbackManager : public JITCompileCallbackManager {
254 : JITCompileCallbackManager(nullptr, ES, ErrorHandlerAddress) { in LocalJITCompileCallbackManager()
469 Expected<std::unique_ptr<JITCompileCallbackManager>>
H A DOrcRemoteTargetClient.h692 class RemoteCompileCallbackManager : public JITCompileCallbackManager {
697 : JITCompileCallbackManager( in RemoteCompileCallbackManager()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp25 using CompileFunction = JITCompileCallbackManager::CompileFunction;
61 JITCompileCallbackManager::getCompileCallback(CompileFunction Compile) { in getCompileCallback()
76 JITTargetAddress JITCompileCallbackManager::executeCompileCallback( in executeCompileCallback()
116 Expected<std::unique_ptr<JITCompileCallbackManager>>
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/
H A DBuildingAJIT3.rst89 std::unique_ptr<JITCompileCallbackManager> CompileCallbackManager;
96 members: a std::unique_ptr<JITCompileCallbackManager> and a CompileOnDemandLayer,