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

  /external/clang/lib/CodeGen/
CGCXXABI.h 112 enum RecordArgABI {
127 virtual RecordArgABI getRecordArgABI(const CXXRecordDecl *RD) const = 0;
TargetInfo.cpp 62 static CGCXXABI::RecordArgABI getRecordArgABI(const RecordType *RT,
70 static CGCXXABI::RecordArgABI getRecordArgABI(QualType T,
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 74 milliseconds