Searched refs:PPC64TargetInfo (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | Targets.cpp | 367 return new LinuxTargetInfo<PPC64TargetInfo>(Triple, Opts); in AllocateTarget() 369 return new PS3PPUTargetInfo<PPC64TargetInfo>(Triple, Opts); in AllocateTarget() 371 return new FreeBSDTargetInfo<PPC64TargetInfo>(Triple, Opts); in AllocateTarget() 373 return new NetBSDTargetInfo<PPC64TargetInfo>(Triple, Opts); in AllocateTarget() 375 return new OpenBSDTargetInfo<PPC64TargetInfo>(Triple, Opts); in AllocateTarget() 379 return new PPC64TargetInfo(Triple, Opts); in AllocateTarget() 385 return new LinuxTargetInfo<PPC64TargetInfo>(Triple, Opts); in AllocateTarget() 387 return new FreeBSDTargetInfo<PPC64TargetInfo>(Triple, Opts); in AllocateTarget() 389 return new NetBSDTargetInfo<PPC64TargetInfo>(Triple, Opts); in AllocateTarget() 391 return new OpenBSDTargetInfo<PPC64TargetInfo>(Triple, Opts); in AllocateTarget() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/Targets/ |
| H A D | PPC.h | 411 class LLVM_LIBRARY_VISIBILITY PPC64TargetInfo : public PPCTargetInfo { 413 PPC64TargetInfo(const llvm::Triple &Triple, const TargetOptions &Opts) in PPC64TargetInfo() function 503 : public DarwinTargetInfo<PPC64TargetInfo> { 506 : DarwinTargetInfo<PPC64TargetInfo>(Triple, Opts) { in DarwinPPC64TargetInfo() 522 public AIXTargetInfo<PPC64TargetInfo> {
|