Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Orc/
DIndirectionUtils.cpp32 typedef orc::LocalJITCompileCallbackManager<orc::OrcI386> CCMgrT; in createLocalCompileCallbackManager() typedef
33 return llvm::make_unique<CCMgrT>(ErrorHandlerAddress); in createLocalCompileCallbackManager()
38 typedef orc::LocalJITCompileCallbackManager<orc::OrcX86_64_Win32> CCMgrT; in createLocalCompileCallbackManager() typedef
39 return llvm::make_unique<CCMgrT>(ErrorHandlerAddress); in createLocalCompileCallbackManager()
41 typedef orc::LocalJITCompileCallbackManager<orc::OrcX86_64_SysV> CCMgrT; in createLocalCompileCallbackManager() typedef
42 return llvm::make_unique<CCMgrT>(ErrorHandlerAddress); in createLocalCompileCallbackManager()