Home
last modified time | relevance | path

Searched refs:RecordCountHint (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.h58 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);
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp34 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 RecordCountHint) {} in LazyRandomTypeCollection()
60 uint32_t RecordCountHint) { in reset() argument
68 Records.resize(RecordCountHint); in reset()
[all …]