Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DPDB.cpp540 ArrayRef<uint8_t> bulkSymbols; in mergeSymbolRecords() local
591 if (sym.data().data() == bulkSymbols.end()) { in mergeSymbolRecords()
592 bulkSymbols = makeArrayRef(bulkSymbols.data(), in mergeSymbolRecords()
593 bulkSymbols.size() + sym.length()); in mergeSymbolRecords()
595 file->moduleDBI->addSymbolsInBulk(bulkSymbols); in mergeSymbolRecords()
596 bulkSymbols = recordBytes; in mergeSymbolRecords()
605 file->moduleDBI->addSymbolsInBulk(bulkSymbols); in mergeSymbolRecords()