Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp5138 class SystemZABIInfo : public ABIInfo { class
5140 SystemZABIInfo(CodeGenTypes &CGT) : ABIInfo(CGT) {} in SystemZABIInfo() function in __anona890a3f30811::SystemZABIInfo
5163 : TargetCodeGenInfo(new SystemZABIInfo(CGT)) {} in SystemZTargetCodeGenInfo()
5168 bool SystemZABIInfo::isPromotableIntegerType(QualType Ty) const { in isPromotableIntegerType()
5189 bool SystemZABIInfo::isCompoundType(QualType Ty) const { in isCompoundType()
5195 bool SystemZABIInfo::isFPArgumentType(QualType Ty) const { in isFPArgumentType()
5251 llvm::Value *SystemZABIInfo::EmitVAArg(llvm::Value *VAListAddr, QualType Ty, in EmitVAArg()
5370 ABIArgInfo SystemZABIInfo::classifyReturnType(QualType RetTy) const { in classifyReturnType()
5379 ABIArgInfo SystemZABIInfo::classifyArgumentType(QualType Ty) const { in classifyArgumentType()