Home
last modified time | relevance | path

Searched refs:PPC64_SVR4_ABIInfo (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DTargetInfo.cpp3879 class PPC64_SVR4_ABIInfo : public ABIInfo { class
3920 PPC64_SVR4_ABIInfo(CodeGen::CodeGenTypes &CGT, ABIKind Kind, bool HasQPX) in PPC64_SVR4_ABIInfo() function in __anonbc557ed20411::PPC64_SVR4_ABIInfo
3969 PPC64_SVR4_ABIInfo::ABIKind Kind, bool HasQPX) in PPC64_SVR4_TargetCodeGenInfo()
3970 : TargetCodeGenInfo(new PPC64_SVR4_ABIInfo(CGT, Kind, HasQPX)) {} in PPC64_SVR4_TargetCodeGenInfo()
3999 PPC64_SVR4_ABIInfo::isPromotableTypeForABI(QualType Ty) const { in isPromotableTypeForABI()
4024 CharUnits PPC64_SVR4_ABIInfo::getParamTypeAlignment(QualType Ty) const { in getParamTypeAlignment()
4182 bool PPC64_SVR4_ABIInfo::isHomogeneousAggregateBaseType(QualType Ty) const { in isHomogeneousAggregateBaseType()
4198 bool PPC64_SVR4_ABIInfo::isHomogeneousAggregateSmallEnough( in isHomogeneousAggregateSmallEnough()
4210 PPC64_SVR4_ABIInfo::classifyArgumentType(QualType Ty) const { in classifyArgumentType()
4281 PPC64_SVR4_ABIInfo::classifyReturnType(QualType RetTy) const { in classifyReturnType()
[all …]