Searched refs:PPC32TargetInfo (Results 1 – 2 of 2) sorted by relevance
316 class LLVM_LIBRARY_VISIBILITY PPC32TargetInfo : public PPCTargetInfo {318 PPC32TargetInfo(const llvm::Triple &Triple, const TargetOptions &Opts) in PPC32TargetInfo() function410 : public DarwinTargetInfo<PPC32TargetInfo> {413 : DarwinTargetInfo<PPC32TargetInfo>(Triple, Opts) { in DarwinPPC32TargetInfo()
327 return new LinuxTargetInfo<PPC32TargetInfo>(Triple, Opts); in AllocateTarget()329 return new FreeBSDTargetInfo<PPC32TargetInfo>(Triple, Opts); in AllocateTarget()331 return new NetBSDTargetInfo<PPC32TargetInfo>(Triple, Opts); in AllocateTarget()333 return new OpenBSDTargetInfo<PPC32TargetInfo>(Triple, Opts); in AllocateTarget()335 return new RTEMSTargetInfo<PPC32TargetInfo>(Triple, Opts); in AllocateTarget()337 return new PPC32TargetInfo(Triple, Opts); in AllocateTarget()