Searched refs:RecordCountHint (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | LazyRandomTypeCollection.cpp | 34 LazyRandomTypeCollection::LazyRandomTypeCollection(uint32_t RecordCountHint) in LazyRandomTypeCollection() argument 35 : LazyRandomTypeCollection(CVTypeArray(), RecordCountHint, in LazyRandomTypeCollection() 39 const CVTypeArray &Types, uint32_t RecordCountHint, in LazyRandomTypeCollection() argument 42 Records.resize(RecordCountHint); in LazyRandomTypeCollection() 46 uint32_t RecordCountHint) in LazyRandomTypeCollection() argument 47 : LazyRandomTypeCollection(RecordCountHint) { in LazyRandomTypeCollection() 51 uint32_t RecordCountHint) in LazyRandomTypeCollection() argument 53 makeArrayRef(Data.bytes_begin(), Data.bytes_end()), RecordCountHint) { in LazyRandomTypeCollection() 61 uint32_t RecordCountHint) { in reset() argument 69 Records.resize(RecordCountHint); in reset() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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);
|