Searched refs:SemaRecords (Results 1 – 1 of 1) sorted by relevance
78 void init(ArrayRef<SemaRecord> SemaRecords);212 void SemaSignatureTable::init(ArrayRef<SemaRecord> SemaRecords) { in init() argument241 assert(!SemaRecords.empty()); in init()243 llvm::for_each(SemaRecords, [&](const SemaRecord &SR) { in init()470 std::vector<SemaRecord> *SemaRecords) { in createRVVIntrinsics() argument556 if (!SemaRecords) in createRVVIntrinsics()593 SemaRecords->push_back(SR); in createRVVIntrinsics()609 SST.init(SemaRecords); in createRVVIntrinsicRecords()611 for (const auto &SR : SemaRecords) { in createRVVIntrinsicRecords()643 std::vector<SemaRecord> SemaRecords; in createSema() local[all …]