Searched refs:RecordCountHint (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | LazyRandomTypeCollection.h | 58 explicit LazyRandomTypeCollection(uint32_t RecordCountHint); 59 LazyRandomTypeCollection(StringRef Data, uint32_t RecordCountHint); 60 LazyRandomTypeCollection(ArrayRef<uint8_t> Data, uint32_t RecordCountHint); 61 LazyRandomTypeCollection(const CVTypeArray &Types, uint32_t RecordCountHint, 63 LazyRandomTypeCollection(const CVTypeArray &Types, uint32_t RecordCountHint); 65 void reset(ArrayRef<uint8_t> Data, uint32_t RecordCountHint); 66 void reset(StringRef Data, uint32_t RecordCountHint); 67 void reset(BinaryStreamReader &Reader, uint32_t RecordCountHint);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | LazyRandomTypeCollection.cpp | 33 LazyRandomTypeCollection::LazyRandomTypeCollection(uint32_t RecordCountHint) in LazyRandomTypeCollection() argument 34 : LazyRandomTypeCollection(CVTypeArray(), RecordCountHint, in LazyRandomTypeCollection() 38 const CVTypeArray &Types, uint32_t RecordCountHint, in LazyRandomTypeCollection() argument 41 Records.resize(RecordCountHint); in LazyRandomTypeCollection() 46 : LazyRandomTypeCollection(RecordCountHint) { in LazyRandomTypeCollection() 52 RecordCountHint) {} in LazyRandomTypeCollection() 59 uint32_t RecordCountHint) { in reset() argument 67 Records.resize(RecordCountHint); in reset() 72 reset(Reader, RecordCountHint); in reset() 76 uint32_t RecordCountHint) { in reset() argument [all …]
|