Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.h49 using PartialOffsetArray = FixedStreamArray<TypeIndexOffset>; variable
62 PartialOffsetArray PartialOffsets);
108 PartialOffsetArray PartialOffsets;
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp35 PartialOffsetArray()) {} in LazyRandomTypeCollection()
39 PartialOffsetArray PartialOffsets) in LazyRandomTypeCollection()
56 : LazyRandomTypeCollection(Types, NumRecords, PartialOffsetArray()) {} in LazyRandomTypeCollection()
61 PartialOffsets = PartialOffsetArray(); in reset()