Searched refs:PPC64TargetInfo (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | Targets.cpp | 365 return new LinuxTargetInfo<PPC64TargetInfo>(Triple, Opts); in AllocateTarget() 367 return new PS3PPUTargetInfo<PPC64TargetInfo>(Triple, Opts); in AllocateTarget() 369 return new FreeBSDTargetInfo<PPC64TargetInfo>(Triple, Opts); in AllocateTarget() 371 return new NetBSDTargetInfo<PPC64TargetInfo>(Triple, Opts); in AllocateTarget() 373 return new OpenBSDTargetInfo<PPC64TargetInfo>(Triple, Opts); in AllocateTarget() 377 return new PPC64TargetInfo(Triple, Opts); in AllocateTarget() 383 return new LinuxTargetInfo<PPC64TargetInfo>(Triple, Opts); in AllocateTarget() 385 return new FreeBSDTargetInfo<PPC64TargetInfo>(Triple, Opts); in AllocateTarget() 387 return new NetBSDTargetInfo<PPC64TargetInfo>(Triple, Opts); in AllocateTarget() 389 return new OpenBSDTargetInfo<PPC64TargetInfo>(Triple, Opts); in AllocateTarget() [all …]
|
| /llvm-project-15.0.7/clang/lib/Basic/Targets/ |
| H A D | PPC.h | 412 class LLVM_LIBRARY_VISIBILITY PPC64TargetInfo : public PPCTargetInfo { 414 PPC64TargetInfo(const llvm::Triple &Triple, const TargetOptions &Opts) in PPC64TargetInfo() function 501 : public DarwinTargetInfo<PPC64TargetInfo> { 504 : DarwinTargetInfo<PPC64TargetInfo>(Triple, Opts) { in DarwinPPC64TargetInfo() 520 public AIXTargetInfo<PPC64TargetInfo> {
|