Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DIndirectionUtils.cpp117 typedef orc::LocalJITCompileCallbackManager<orc::OrcAArch64> CCMgrT; in createLocalCompileCallbackManager() typedef
118 return llvm::make_unique<CCMgrT>(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager()
122 typedef orc::LocalJITCompileCallbackManager<orc::OrcI386> CCMgrT; in createLocalCompileCallbackManager() typedef
123 return llvm::make_unique<CCMgrT>(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager()
128 typedef orc::LocalJITCompileCallbackManager<orc::OrcX86_64_Win32> CCMgrT; in createLocalCompileCallbackManager() typedef
129 return llvm::make_unique<CCMgrT>(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager()
131 typedef orc::LocalJITCompileCallbackManager<orc::OrcX86_64_SysV> CCMgrT; in createLocalCompileCallbackManager() typedef
132 return llvm::make_unique<CCMgrT>(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager()
/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()