Lines Matching refs:TargetInfo
126 TargetInfo::IntType getLeastIntTypeByWidth(unsigned BitWidth, in getLeastIntTypeByWidth()
130 ? (IsSigned ? TargetInfo::SignedLongLong in getLeastIntTypeByWidth()
131 : TargetInfo::UnsignedLongLong) in getLeastIntTypeByWidth()
132 : TargetInfo::getLeastIntTypeByWidth(BitWidth, IsSigned); in getLeastIntTypeByWidth()
275 this->SizeType = TargetInfo::UnsignedLong; in HaikuTargetInfo()
276 this->IntPtrType = TargetInfo::SignedLong; in HaikuTargetInfo()
277 this->PtrDiffType = TargetInfo::SignedLong; in HaikuTargetInfo()
278 this->ProcessIDType = TargetInfo::SignedLong; in HaikuTargetInfo()
349 this->WIntType = TargetInfo::UnsignedInt; in LinuxTargetInfo()
429 this->IntMaxType = TargetInfo::SignedLongLong; in OpenBSDTargetInfo()
430 this->Int64Type = TargetInfo::SignedLongLong; in OpenBSDTargetInfo()
473 this->IntMaxType = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()
474 this->Int64Type = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()
475 this->SizeType = TargetInfo::UnsignedInt; in PS3PPUTargetInfo()
498 this->WCharType = TargetInfo::UnsignedShort; in PSOSTargetInfo()
513 TargetInfo::CallingConvCheckResult
515 return (CC == CC_C) ? TargetInfo::CCCR_OK : TargetInfo::CCCR_Error; in checkCallingConvention()
771 this->WCharType = TargetInfo::UnsignedInt; in ZOSTargetInfo()
800 this->WCharType = TargetInfo::UnsignedShort; in WindowsTargetInfo()
801 this->WIntType = TargetInfo::UnsignedShort; in WindowsTargetInfo()
826 this->IntMaxType = TargetInfo::SignedLongLong; in NaClTargetInfo()
827 this->Int64Type = TargetInfo::SignedLongLong; in NaClTargetInfo()
833 this->SizeType = TargetInfo::UnsignedInt; in NaClTargetInfo()
834 this->PtrDiffType = TargetInfo::SignedInt; in NaClTargetInfo()
835 this->IntPtrType = TargetInfo::SignedInt; in NaClTargetInfo()
875 this->WIntType = TargetInfo::UnsignedInt; in FuchsiaTargetInfo()
991 this->WIntType = TargetInfo::UnsignedInt; in OHOSTargetInfo()