Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp248 return CreateWithABI<OrcAArch64>(EPC); in Create()
251 return CreateWithABI<OrcI386>(EPC); in Create()
254 return CreateWithABI<OrcMips32Be>(EPC); in Create()
257 return CreateWithABI<OrcMips32Le>(EPC); in Create()
261 return CreateWithABI<OrcMips64>(EPC); in Create()
264 return CreateWithABI<OrcRiscv64>(EPC); in Create()
268 return CreateWithABI<OrcX86_64_Win32>(EPC); in Create()
270 return CreateWithABI<OrcX86_64_SysV>(EPC); in Create()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.h83 CreateWithABI(ExecutorProcessControl &EPC);
214 EPCIndirectionUtils::CreateWithABI(ExecutorProcessControl &EPC) { in CreateWithABI() function