Home
last modified time | relevance | path

Searched refs:StreamMap (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMinidump.cpp19 auto It = StreamMap.find(Type); in getRawStream()
20 if (It != StreamMap.end()) in getRawStream()
128 DenseMap<StreamType, std::size_t> StreamMap; in create()
149 if (!StreamMap.try_emplace(Type, StreamDescriptor.index()).second) in create()
154 new MinidumpFile(Source, Hdr, *ExpectedStreams, std::move(StreamMap))); in create()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DMinidump.h166 DenseMap<minidump::StreamType, std::size_t> StreamMap) in MinidumpFile()
168 StreamMap(std::move(StreamMap)) {} in MinidumpFile()
186 DenseMap<minidump::StreamType, std::size_t> StreamMap; member in llvm::object::MinidumpFile
164 MinidumpFile(MemoryBufferRef Source, const minidump::Header &Header, ArrayRef<minidump::Directory> Streams, DenseMap<minidump::StreamType, std::size_t> StreamMap) MinidumpFile() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp62 assert(StreamIndex < Layout.StreamMap.size() && "Invalid stream index"); in createIndexedStream()
64 SL.Blocks = Layout.StreamMap[StreamIndex]; in createIndexedStream()
330 assert(StreamIndex < Layout.StreamMap.size() && "Invalid stream index"); in createIndexedStream()
332 SL.Blocks = Layout.StreamMap[StreamIndex]; in createIndexedStream()
H A DMSFBuilder.cpp296 L.StreamMap.resize(StreamData.size()); in generateLayout()
303 L.StreamMap[I] = in generateLayout()
375 for (const auto &Blocks : Layout.StreamMap) { in commit()
/third_party/ffmpeg/fftools/
H A Dffmpeg.h74 typedef struct StreamMap { struct
81 } StreamMap; typedef
137 StreamMap *stream_maps;
H A Dffmpeg_opt.c411 StreamMap *m = NULL; in opt_map()
2608 StreamMap *map = &o->stream_maps[i]; in open_output_file()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
H A DMSFCommon.h68 std::vector<ArrayRef<support::ulittle32_t>> StreamMap; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h79 return ContainerLayout.StreamMap; in getStreamMap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp99 return ContainerLayout.StreamMap[StreamIndex]; in getStreamBlockList()
224 ContainerLayout.StreamMap.push_back(Blocks); in parseStreamData()
H A DPDBFileBuilder.cpp322 auto InfoStreamBlocks = Layout.StreamMap[StreamPDB]; in commit()

Completed in 14 milliseconds