Searched refs:RecordCountHint (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
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() 52 uint32_t RecordCountHint) in LazyRandomTypeCollection() argument 54 makeArrayRef(Data.bytes_begin(), Data.bytes_end()), RecordCountHint) { in LazyRandomTypeCollection() 62 uint32_t RecordCountHint) { in reset() argument 70 Records.resize(RecordCountHint); in reset() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | LazyRandomTypeCollection.h | 61 explicit LazyRandomTypeCollection(uint32_t RecordCountHint); 62 LazyRandomTypeCollection(StringRef Data, uint32_t RecordCountHint); 63 LazyRandomTypeCollection(ArrayRef<uint8_t> Data, uint32_t RecordCountHint); 64 LazyRandomTypeCollection(const CVTypeArray &Types, uint32_t RecordCountHint, 66 LazyRandomTypeCollection(const CVTypeArray &Types, uint32_t RecordCountHint); 68 void reset(ArrayRef<uint8_t> Data, uint32_t RecordCountHint); 69 void reset(StringRef Data, uint32_t RecordCountHint); 70 void reset(BinaryStreamReader &Reader, uint32_t RecordCountHint);
|