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

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp4791 class SystemZABIInfo : public ABIInfo { class in namespace:__anon17882
4793 SystemZABIInfo(CodeGenTypes &CGT) : ABIInfo(CGT) {} function in class:__anon17882::SystemZABIInfo
4816 : TargetCodeGenInfo(new SystemZABIInfo(CGT)) {}
4821 bool SystemZABIInfo::isPromotableIntegerType(QualType Ty) const {
4842 bool SystemZABIInfo::isCompoundType(QualType Ty) const {
4846 bool SystemZABIInfo::isFPArgumentType(QualType Ty) const {
4901 llvm::Value *SystemZABIInfo::EmitVAArg(llvm::Value *VAListAddr, QualType Ty,
5016 ABIArgInfo SystemZABIInfo::classifyReturnType(QualType RetTy) const {
5025 ABIArgInfo SystemZABIInfo::classifyArgumentType(QualType Ty) const {

Completed in 64 milliseconds