Searched refs:CCMgrT (Results 1 – 1 of 1) sorted by relevance
128 typedef orc::LocalJITCompileCallbackManager<orc::OrcAArch64> CCMgrT; in createLocalCompileCallbackManager() typedef129 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager()133 typedef orc::LocalJITCompileCallbackManager<orc::OrcI386> CCMgrT; in createLocalCompileCallbackManager() typedef134 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager()138 typedef orc::LocalJITCompileCallbackManager<orc::OrcLoongArch64> CCMgrT; in createLocalCompileCallbackManager() typedef139 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager()143 typedef orc::LocalJITCompileCallbackManager<orc::OrcMips32Be> CCMgrT; in createLocalCompileCallbackManager() typedef144 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager()147 typedef orc::LocalJITCompileCallbackManager<orc::OrcMips32Le> CCMgrT; in createLocalCompileCallbackManager() typedef148 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager()[all …]