Searched refs:PPC64TargetInfo (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Targets.cpp | 389 return std::make_unique<LinuxTargetInfo<PPC64TargetInfo>>(Triple, Opts); in AllocateTarget() 391 return std::make_unique<PS3PPUTargetInfo<PPC64TargetInfo>>(Triple, Opts); in AllocateTarget() 393 return std::make_unique<FreeBSDTargetInfo<PPC64TargetInfo>>(Triple, Opts); in AllocateTarget() 395 return std::make_unique<NetBSDTargetInfo<PPC64TargetInfo>>(Triple, Opts); in AllocateTarget() 397 return std::make_unique<OpenBSDTargetInfo<PPC64TargetInfo>>(Triple, Opts); in AllocateTarget() 401 return std::make_unique<PPC64TargetInfo>(Triple, Opts); in AllocateTarget() 407 return std::make_unique<LinuxTargetInfo<PPC64TargetInfo>>(Triple, Opts); in AllocateTarget() 409 return std::make_unique<FreeBSDTargetInfo<PPC64TargetInfo>>(Triple, Opts); in AllocateTarget() 411 return std::make_unique<NetBSDTargetInfo<PPC64TargetInfo>>(Triple, Opts); in AllocateTarget() 413 return std::make_unique<OpenBSDTargetInfo<PPC64TargetInfo>>(Triple, Opts); in AllocateTarget() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | PPC.h | 452 class LLVM_LIBRARY_VISIBILITY PPC64TargetInfo : public PPCTargetInfo { 454 PPC64TargetInfo(const llvm::Triple &Triple, const TargetOptions &Opts) in PPC64TargetInfo() function 544 public AIXTargetInfo<PPC64TargetInfo> {
|