Searched refs:CCMgrT (Results 1 – 2 of 2) sorted by relevance
117 typedef orc::LocalJITCompileCallbackManager<orc::OrcAArch64> CCMgrT; in createLocalCompileCallbackManager() typedef118 return llvm::make_unique<CCMgrT>(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager()122 typedef orc::LocalJITCompileCallbackManager<orc::OrcI386> CCMgrT; in createLocalCompileCallbackManager() typedef123 return llvm::make_unique<CCMgrT>(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager()128 typedef orc::LocalJITCompileCallbackManager<orc::OrcX86_64_Win32> CCMgrT; in createLocalCompileCallbackManager() typedef129 return llvm::make_unique<CCMgrT>(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager()131 typedef orc::LocalJITCompileCallbackManager<orc::OrcX86_64_SysV> CCMgrT; in createLocalCompileCallbackManager() typedef132 return llvm::make_unique<CCMgrT>(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager()
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()