Searched defs:Streams (Results 1 – 9 of 9) sorted by relevance
166 MinidumpFile(MemoryBufferRef Source,const minidump::Header & Header,ArrayRef<minidump::Directory> Streams,DenseMap<minidump::StreamType,std::size_t> StreamMap) MinidumpFile() argument 186 ArrayRef<minidump::Directory> Streams; global() variable [all...]
75 Streams section in File Layout
66 SmallVectorImpl<StreamInfo> &Streams) { in discoverStreamPurposes()
245 SmallVector<StreamInfo, 12> Streams; in explainPdbStreamOffset() local
580 return std::make_unique<HTMLLogger>(std::move(Streams)); in html() argument 159 StreamFactory Streams; global() member in clang::dataflow::__anon80792ab60111::HTMLLogger 178 HTMLLogger(StreamFactory Streams) HTMLLogger() argument
170 std::vector<StringRef> Streams = {"One", "Two", "Three", "Four", in TEST() local
216 std::vector<std::unique_ptr<Stream>> Streams; global() member
554 std::vector<std::unique_ptr<Stream>> Streams; create() local
193 std::vector<StreamPair> Streams; member in __anoncd4830dc0111::BinaryStreamTest