Searched refs:PPC32TargetInfo (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Basic/Targets/ |
| H A D | PPC.h | 363 class LLVM_LIBRARY_VISIBILITY PPC32TargetInfo : public PPCTargetInfo { 365 PPC32TargetInfo(const llvm::Triple &Triple, const TargetOptions &Opts) in PPC32TargetInfo() function 484 : public DarwinTargetInfo<PPC32TargetInfo> { 487 : DarwinTargetInfo<PPC32TargetInfo>(Triple, Opts) { in DarwinPPC32TargetInfo() 511 public AIXTargetInfo<PPC32TargetInfo> {
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | Targets.cpp | 335 return new LinuxTargetInfo<PPC32TargetInfo>(Triple, Opts); in AllocateTarget() 337 return new FreeBSDTargetInfo<PPC32TargetInfo>(Triple, Opts); in AllocateTarget() 339 return new NetBSDTargetInfo<PPC32TargetInfo>(Triple, Opts); in AllocateTarget() 341 return new OpenBSDTargetInfo<PPC32TargetInfo>(Triple, Opts); in AllocateTarget() 343 return new RTEMSTargetInfo<PPC32TargetInfo>(Triple, Opts); in AllocateTarget() 347 return new PPC32TargetInfo(Triple, Opts); in AllocateTarget() 353 return new LinuxTargetInfo<PPC32TargetInfo>(Triple, Opts); in AllocateTarget() 355 return new FreeBSDTargetInfo<PPC32TargetInfo>(Triple, Opts); in AllocateTarget() 357 return new PPC32TargetInfo(Triple, Opts); in AllocateTarget()
|