Searched refs:CCMgrT (Results 1 – 1 of 1) sorted by relevance
32 typedef orc::LocalJITCompileCallbackManager<orc::OrcI386> CCMgrT; in createLocalCompileCallbackManager() typedef33 return llvm::make_unique<CCMgrT>(ErrorHandlerAddress); in createLocalCompileCallbackManager()38 typedef orc::LocalJITCompileCallbackManager<orc::OrcX86_64_Win32> CCMgrT; in createLocalCompileCallbackManager() typedef39 return llvm::make_unique<CCMgrT>(ErrorHandlerAddress); in createLocalCompileCallbackManager()41 typedef orc::LocalJITCompileCallbackManager<orc::OrcX86_64_SysV> CCMgrT; in createLocalCompileCallbackManager() typedef42 return llvm::make_unique<CCMgrT>(ErrorHandlerAddress); in createLocalCompileCallbackManager()