Searched refs:CCMgrT (Results 1 – 1 of 1) sorted by relevance
126 typedef orc::LocalJITCompileCallbackManager<orc::OrcAArch64> CCMgrT; in createLocalCompileCallbackManager() typedef127 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager()131 typedef orc::LocalJITCompileCallbackManager<orc::OrcI386> CCMgrT; in createLocalCompileCallbackManager() typedef132 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager()136 typedef orc::LocalJITCompileCallbackManager<orc::OrcMips32Be> CCMgrT; in createLocalCompileCallbackManager() typedef137 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager()140 typedef orc::LocalJITCompileCallbackManager<orc::OrcMips32Le> CCMgrT; in createLocalCompileCallbackManager() typedef141 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager()146 typedef orc::LocalJITCompileCallbackManager<orc::OrcMips64> CCMgrT; in createLocalCompileCallbackManager() typedef147 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager()[all …]