Searched refs:PPC64TargetInfo (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/ |
| H A D | PPC.h | 357 class LLVM_LIBRARY_VISIBILITY PPC64TargetInfo : public PPCTargetInfo { 359 PPC64TargetInfo(const llvm::Triple &Triple, const TargetOptions &Opts) in PPC64TargetInfo() function 427 : public DarwinTargetInfo<PPC64TargetInfo> { 430 : DarwinTargetInfo<PPC64TargetInfo>(Triple, Opts) { in DarwinPPC64TargetInfo()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | Targets.cpp | 345 return new LinuxTargetInfo<PPC64TargetInfo>(Triple, Opts); in AllocateTarget() 347 return new PS3PPUTargetInfo<PPC64TargetInfo>(Triple, Opts); in AllocateTarget() 349 return new FreeBSDTargetInfo<PPC64TargetInfo>(Triple, Opts); in AllocateTarget() 351 return new NetBSDTargetInfo<PPC64TargetInfo>(Triple, Opts); in AllocateTarget() 353 return new PPC64TargetInfo(Triple, Opts); in AllocateTarget() 359 return new LinuxTargetInfo<PPC64TargetInfo>(Triple, Opts); in AllocateTarget() 361 return new NetBSDTargetInfo<PPC64TargetInfo>(Triple, Opts); in AllocateTarget() 363 return new PPC64TargetInfo(Triple, Opts); in AllocateTarget()
|