Searched refs:RecordCountHint (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | LazyRandomTypeCollection.h | 59 explicit LazyRandomTypeCollection(uint32_t RecordCountHint); 60 LazyRandomTypeCollection(StringRef Data, uint32_t RecordCountHint); 61 LazyRandomTypeCollection(ArrayRef<uint8_t> Data, uint32_t RecordCountHint); 62 LazyRandomTypeCollection(const CVTypeArray &Types, uint32_t RecordCountHint, 64 LazyRandomTypeCollection(const CVTypeArray &Types, uint32_t RecordCountHint); 66 void reset(ArrayRef<uint8_t> Data, uint32_t RecordCountHint); 67 void reset(StringRef Data, uint32_t RecordCountHint); 68 void reset(BinaryStreamReader &Reader, uint32_t RecordCountHint);
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | LazyRandomTypeCollection.cpp | 35 LazyRandomTypeCollection::LazyRandomTypeCollection(uint32_t RecordCountHint) in LazyRandomTypeCollection() argument 36 : LazyRandomTypeCollection(CVTypeArray(), RecordCountHint, in LazyRandomTypeCollection() 40 const CVTypeArray &Types, uint32_t RecordCountHint, in LazyRandomTypeCollection() argument 43 Records.resize(RecordCountHint); in LazyRandomTypeCollection() 47 uint32_t RecordCountHint) in LazyRandomTypeCollection() argument 48 : LazyRandomTypeCollection(RecordCountHint) { in LazyRandomTypeCollection() 62 uint32_t RecordCountHint) { in reset() argument 70 Records.resize(RecordCountHint); in reset() 75 reset(Reader, RecordCountHint); in reset() 79 uint32_t RecordCountHint) { in reset() argument [all …]
|