Searched refs:computeRecordLayout (Results 1 – 3 of 3) sorted by relevance
116 computeRecordLayout(const clang::RecordDecl *rd, cir::RecordType *ty);
250 std::unique_ptr<CIRGenRecordLayout> layout = computeRecordLayout(rd, &entry); in convertRecordDeclType()
590 CIRGenTypes::computeRecordLayout(const RecordDecl *rd, cir::RecordType *ty) { in computeRecordLayout() function in CIRGenTypes