Home | History | Annotate | Download | only in Targets

Lines Matching defs:ABI

79   std::string ABI;
170 StringRef getABI() const override { return ABI; }
209 // Don't use floating point registers on soft float ABI.
222 // on soft float ABI
402 // Note: ABI differences may eventually require us to have a separate
414 // TODO: Set appropriate ABI for AIX platform.
421 ABI = "elfv2";
424 ABI = "elfv1";
444 // PPC64 Linux-specific ABI options.
447 ABI = Name;