Searched refs:canCopyArgument (Results 1 – 4 of 4) sorted by relevance
32 bool CGCXXABI::canCopyArgument(const CXXRecordDecl *RD) const { in canCopyArgument() function in CGCXXABI
142 bool canCopyArgument(const CXXRecordDecl *RD) const;
813 return !canCopyArgument(RD) ? RAA_Indirect : RAA_Default; in getRecordArgABI()822 if (!canCopyArgument(RD)) in getRecordArgABI()831 return !canCopyArgument(RD) ? RAA_Indirect : RAA_Default; in getRecordArgABI()
68 return !canCopyArgument(RD); in passClassIndirect()