Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMinidump.cpp130 for (const auto &StreamDescriptor : llvm::enumerate(*ExpectedStreams)) { in create() local
131 StreamType Type = StreamDescriptor.value().Type; in create()
132 const LocationDescriptor &Loc = StreamDescriptor.value().Location; in create()
150 if (!StreamMap.try_emplace(Type, StreamDescriptor.index()).second) in create()