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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXXABI.h123 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);
454 if (CGCXXABI::RecordArgABI RAA = getRecordArgABI(Ty, CGT))
862 if (CGCXXABI::RecordArgABI RAA = getRecordArgABI(RT, CGT))
1538 if (getRecordArgABI(RT, CGT))
1688 if (CGCXXABI::RecordArgABI RAA = getRecordArgABI(Ty, CGT))
2177 if (getRecordArgABI(Ty, CGT) == CGCXXABI::RAA_Indirect)
2523 if (CGCXXABI::RecordArgABI RAA = getRecordArgABI(R
[all...]
H A DMicrosoftCXXABI.cpp36 RecordArgABI getRecordArgABI(const CXXRecordDecl *RD) const { function in class:__anon3091::MicrosoftCXXABI
H A DItaniumCXXABI.cpp50 RecordArgABI getRecordArgABI(const CXXRecordDecl *RD) const { function in class:__anon3089::ItaniumCXXABI

Completed in 77 milliseconds