Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.h50 using PartialOffsetArray = FixedStreamArray<TypeIndexOffset>; variable
63 PartialOffsetArray PartialOffsets);
109 PartialOffsetArray PartialOffsets;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp33 PartialOffsetArray()) {} in LazyRandomTypeCollection()
37 PartialOffsetArray PartialOffsets) in LazyRandomTypeCollection()
54 : LazyRandomTypeCollection(Types, NumRecords, PartialOffsetArray()) {} in LazyRandomTypeCollection()
59 PartialOffsets = PartialOffsetArray(); in reset()