Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DTPCIndirectionUtils.cpp246 return CreateWithABI<OrcAArch64>(TPC); in Create()
249 return CreateWithABI<OrcI386>(TPC); in Create()
252 return CreateWithABI<OrcMips32Be>(TPC); in Create()
255 return CreateWithABI<OrcMips32Le>(TPC); in Create()
259 return CreateWithABI<OrcMips64>(TPC); in Create()
263 return CreateWithABI<OrcX86_64_Win32>(TPC); in Create()
265 return CreateWithABI<OrcX86_64_SysV>(TPC); in Create()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DTPCIndirectionUtils.h83 CreateWithABI(TargetProcessControl &TPC);
214 TPCIndirectionUtils::CreateWithABI(TargetProcessControl &TPC) { in CreateWithABI() function