Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp329 std::vector<Record *> IndexRowsStorage; in emitLookupFunction() local
360 IndexRowsStorage.reserve(Entries.size()); in emitLookupFunction()
362 IndexRowsStorage.push_back(Entry.first); in emitLookupFunction()
380 IndexRows = IndexRowsStorage; in emitLookupFunction()