Searched refs:CreateWithABI (Results 1 – 2 of 2) sorted by relevance
246 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()
83 CreateWithABI(TargetProcessControl &TPC);214 TPCIndirectionUtils::CreateWithABI(TargetProcessControl &TPC) { in CreateWithABI() function