Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp313 std::vector<Record *> IndexRowsStorage; in emitLookupFunction() local
344 IndexRowsStorage.reserve(Entries.size()); in emitLookupFunction()
346 IndexRowsStorage.push_back(Entry.first); in emitLookupFunction()
364 IndexRows = IndexRowsStorage; in emitLookupFunction()