Searched refs:StreamIndex (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | StreamUtil.h | 44 uint32_t getStreamIndex() const { return StreamIndex; } in getStreamIndex() 48 uint32_t StreamIndex); 49 static StreamInfo createModuleStream(StringRef Module, uint32_t StreamIndex, 54 uint32_t StreamIndex; member
|
| H A D | StreamUtil.cpp | 34 uint32_t StreamIndex) { in createStream() argument 37 Result.StreamIndex = StreamIndex; in createStream() 43 uint32_t StreamIndex, uint32_t Modi) { in createModuleStream() argument 46 Result.StreamIndex = StreamIndex; in createModuleStream()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/MSF/ |
| H A D | MappedBlockStream.cpp | 61 const MSFLayout &Layout, BinaryStreamRef MsfData, uint32_t StreamIndex, in createIndexedStream() argument 63 assert(StreamIndex < Layout.StreamMap.size() && "Invalid stream index"); in createIndexedStream() 65 SL.Blocks = Layout.StreamMap[StreamIndex]; in createIndexedStream() 66 SL.Length = Layout.StreamSizes[StreamIndex]; in createIndexedStream() 329 uint32_t StreamIndex, in createIndexedStream() argument 331 assert(StreamIndex < Layout.StreamMap.size() && "Invalid stream index"); in createIndexedStream() 333 SL.Blocks = Layout.StreamMap[StreamIndex]; in createIndexedStream() 334 SL.Length = Layout.StreamSizes[StreamIndex]; in createIndexedStream()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | PDBFile.cpp | 93 uint32_t PDBFile::getStreamByteSize(uint32_t StreamIndex) const { in getStreamByteSize() 94 return ContainerLayout.StreamSizes[StreamIndex]; in getStreamByteSize() 98 PDBFile::getStreamBlockList(uint32_t StreamIndex) const { in getStreamBlockList() 99 return ContainerLayout.StreamMap[StreamIndex]; in getStreamBlockList() 469 uint32_t StreamIndex) const { in safelyCreateIndexedStream() 470 if (StreamIndex >= getNumStreams()) in safelyCreateIndexedStream() 472 return MappedBlockStream::createIndexedStream(Layout, MsfData, StreamIndex, in safelyCreateIndexedStream()
|
| H A D | GSIStreamBuilder.cpp | 53 uint32_t StreamIndex; member 217 GSH->StreamIndex = *Idx; in finalizeMsfLayout() 221 PSH->StreamIndex = *Idx; in finalizeMsfLayout() 281 return PSH->StreamIndex; in getPublicsStreamIndex() 285 return GSH->StreamIndex; in getGlobalsStreamIndex()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/MSF/ |
| H A D | IMSFFile.h | 29 virtual uint32_t getStreamByteSize(uint32_t StreamIndex) const = 0; 31 getStreamBlockList(uint32_t StreamIndex) const = 0;
|
| H A D | MappedBlockStream.h | 50 uint32_t StreamIndex, BumpPtrAllocator &Allocator); 116 uint32_t StreamIndex, BumpPtrAllocator &Allocator);
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | PDBFile.h | 65 uint32_t getStreamByteSize(uint32_t StreamIndex) const override; 67 getStreamBlockList(uint32_t StreamIndex) const override; 121 uint32_t StreamIndex) const;
|