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

/external/clang/lib/CodeGen/
H A DCGCXXABI.h127 virtual RecordArgABI getRecordArgABI(const CXXRecordDecl *RD) const = 0;
H A DTargetInfo.cpp62 static CGCXXABI::RecordArgABI getRecordArgABI(const RecordType *RT, function
67 return CGT.CGM.getCXXABI().getRecordArgABI(RD);
70 static CGCXXABI::RecordArgABI getRecordArgABI(QualType T, function
75 return getRecordArgABI(RT, CGT);
464 if (CGCXXABI::RecordArgABI RAA = getRecordArgABI(Ty, CGT))
883 if (CGCXXABI::RecordArgABI RAA = getRecordArgABI(RT, CGT))
1609 if (getRecordArgABI(RT, CGT))
1759 if (CGCXXABI::RecordArgABI RAA = getRecordArgABI(Ty, CGT))
2249 if (getRecordArgABI(Ty, CGT) == CGCXXABI::RAA_Indirect)
2618 if (CGCXXABI::RecordArgABI RAA = getRecordArgABI(R
[all...]
H A DItaniumCXXABI.cpp54 RecordArgABI getRecordArgABI(const CXXRecordDecl *RD) const { function in class:__anon16147::ItaniumCXXABI
H A DMicrosoftCXXABI.cpp41 RecordArgABI getRecordArgABI(const CXXRecordDecl *RD) const { function in class:__anon16149::MicrosoftCXXABI

Completed in 78 milliseconds