Searched refs:SemaRecords (Results 1 – 1 of 1) sorted by relevance
86 void init(ArrayRef<SemaRecord> SemaRecords);120 std::vector<SemaRecord> *SemaRecords = nullptr);124 ArrayRef<SemaRecord> SemaRecords);322 void SemaSignatureTable::init(ArrayRef<SemaRecord> SemaRecords) { in init() argument351 assert(!SemaRecords.empty()); in init()353 for (const SemaRecord &SR : SemaRecords) { in init()622 std::vector<SemaRecord> *SemaRecords) { in createRVVIntrinsics() argument753 if (!SemaRecords) in createRVVIntrinsics()788 SemaRecords->push_back(SR); in createRVVIntrinsics()801 ArrayRef<SemaRecord> SemaRecords) { in createRVVIntrinsicRecords() argument[all …]