Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.h49 using PartialOffsetArray = FixedStreamArray<TypeIndexOffset>; variable
62 PartialOffsetArray PartialOffsets);
108 PartialOffsetArray PartialOffsets;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp36 PartialOffsetArray()) {} in LazyRandomTypeCollection()
40 PartialOffsetArray PartialOffsets) in LazyRandomTypeCollection()
57 : LazyRandomTypeCollection(Types, NumRecords, PartialOffsetArray()) {} in LazyRandomTypeCollection()
62 PartialOffsets = PartialOffsetArray(); in reset()