Home
last modified time | relevance | path

Searched refs:IndexRowsStorage (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp316 std::vector<Record *> IndexRowsStorage; in emitLookupFunction() local
347 IndexRowsStorage.reserve(Entries.size()); in emitLookupFunction()
349 IndexRowsStorage.push_back(Entry.first); in emitLookupFunction()
367 IndexRows = IndexRowsStorage; in emitLookupFunction()