Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMinidump.cpp129 for (const auto &StreamDescriptor : llvm::enumerate(*ExpectedStreams)) { in create() local
130 StreamType Type = StreamDescriptor.value().Type; in create()
131 const LocationDescriptor &Loc = StreamDescriptor.value().Location; in create()
149 if (!StreamMap.try_emplace(Type, StreamDescriptor.index()).second) in create()