Home
last modified time | relevance | path

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

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