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

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp167 static CGCXXABI::RecordArgABI getRecordArgABI(const RecordType *RT, function
175 return CXXABI.getRecordArgABI(RD);
178 static CGCXXABI::RecordArgABI getRecordArgABI(QualType T, function
183 return getRecordArgABI(RT, CXXABI);
780 if (CGCXXABI::RecordArgABI RAA = getRecordArgABI(Ty, getCXXABI()))
911 if (auto RAA = getRecordArgABI(Ty, getCXXABI()))
945 if (!getRecordArgABI(RetTy, getCXXABI())) {
1022 if (CGCXXABI::RecordArgABI RAA = getRecordArgABI(Ty, getCXXABI()))
1839 CGCXXABI::RecordArgABI RAA = getRecordArgABI(RT, getCXXABI());
3094 if (getRecordArgABI(R
[all...]
H A DCGCXXABI.h169 virtual RecordArgABI getRecordArgABI(const CXXRecordDecl *RD) const = 0;
H A DMicrosoftCXXABI.cpp61 RecordArgABI getRecordArgABI(const CXXRecordDecl *RD) const override;
845 MicrosoftCXXABI::getRecordArgABI(const CXXRecordDecl *RD) const { function in class:MicrosoftCXXABI
H A DItaniumCXXABI.cpp70 RecordArgABI getRecordArgABI(const CXXRecordDecl *RD) const override {
H A DCGDebugInfo.cpp3597 if (CGM.getCXXABI().getRecordArgABI(CXXRD) == CGCXXABI::RAA_Indirect)
H A DCGCall.cpp3793 return RD && ABI.getRecordArgABI(RD) == CGCXXABI::RAA_DirectInMemory;

Completed in 466 milliseconds