Searched refs:RecordCountHint (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/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);
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | LazyRandomTypeCollection.cpp | 31 LazyRandomTypeCollection::LazyRandomTypeCollection(uint32_t RecordCountHint) in LazyRandomTypeCollection() argument 32 : LazyRandomTypeCollection(CVTypeArray(), RecordCountHint, in LazyRandomTypeCollection() 36 const CVTypeArray &Types, uint32_t RecordCountHint, in LazyRandomTypeCollection() argument 39 Records.resize(RecordCountHint); in LazyRandomTypeCollection() 43 uint32_t RecordCountHint) in LazyRandomTypeCollection() argument 44 : LazyRandomTypeCollection(RecordCountHint) { in LazyRandomTypeCollection() 48 uint32_t RecordCountHint) in LazyRandomTypeCollection() argument 50 RecordCountHint) {} in LazyRandomTypeCollection() 57 uint32_t RecordCountHint) { in reset() argument 65 Records.resize(RecordCountHint); in reset() [all …]
|