Searched refs:PPC32TargetInfo (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | PPC.h | 358 class LLVM_LIBRARY_VISIBILITY PPC32TargetInfo : public PPCTargetInfo { 360 PPC32TargetInfo(const llvm::Triple &Triple, const TargetOptions &Opts) in PPC32TargetInfo() function 469 : public DarwinTargetInfo<PPC32TargetInfo> { 472 : DarwinTargetInfo<PPC32TargetInfo>(Triple, Opts) { in DarwinPPC32TargetInfo() 496 public AIXTargetInfo<PPC32TargetInfo> {
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Targets.cpp | 333 return new LinuxTargetInfo<PPC32TargetInfo>(Triple, Opts); in AllocateTarget() 335 return new FreeBSDTargetInfo<PPC32TargetInfo>(Triple, Opts); in AllocateTarget() 337 return new NetBSDTargetInfo<PPC32TargetInfo>(Triple, Opts); in AllocateTarget() 339 return new OpenBSDTargetInfo<PPC32TargetInfo>(Triple, Opts); in AllocateTarget() 341 return new RTEMSTargetInfo<PPC32TargetInfo>(Triple, Opts); in AllocateTarget() 345 return new PPC32TargetInfo(Triple, Opts); in AllocateTarget() 351 return new LinuxTargetInfo<PPC32TargetInfo>(Triple, Opts); in AllocateTarget() 353 return new FreeBSDTargetInfo<PPC32TargetInfo>(Triple, Opts); in AllocateTarget() 355 return new PPC32TargetInfo(Triple, Opts); in AllocateTarget()
|