HomeSort by relevance Sort by last modified time
    Searched refs:getRecordArgABI (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/CodeGen/
CGCXXABI.h 127 virtual RecordArgABI getRecordArgABI(const CXXRecordDecl *RD) const = 0;
TargetInfo.cpp 62 static CGCXXABI::RecordArgABI getRecordArgABI(const RecordType *RT,
67 return CGT.CGM.getCXXABI().getRecordArgABI(RD);
70 static CGCXXABI::RecordArgABI getRecordArgABI(QualType T,
75 return getRecordArgABI(RT, CGT);
464 if (CGCXXABI::RecordArgABI RAA = getRecordArgABI(Ty, CGT))
883 if (CGCXXABI::RecordArgABI RAA = getRecordArgABI(RT, CGT))
    [all...]
ItaniumCXXABI.cpp 54 RecordArgABI getRecordArgABI(const CXXRecordDecl *RD) const {
    [all...]
MicrosoftCXXABI.cpp 41 RecordArgABI getRecordArgABI(const CXXRecordDecl *RD) const {
    [all...]

Completed in 77 milliseconds