Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStream.h81 FixedStreamArray<object::coff_section> getSectionHeaders() const;
84 FixedStreamArray<object::FpoData> getOldFpoRecords() const;
88 FixedStreamArray<SecMapEntry> getSectionMap() const;
116 FixedStreamArray<support::ulittle16_t> DbgStreams;
120 FixedStreamArray<SectionContrib> SectionContribs;
121 FixedStreamArray<SectionContrib2> SectionContribs2;
122 FixedStreamArray<SecMapEntry> SectionMap;
125 FixedStreamArray<object::coff_section> SectionHeaders;
128 FixedStreamArray<object::FpoData> OldFpoRecords;
DPublicsStream.h37 FixedStreamArray<support::ulittle32_t> getAddressMap() const { in getAddressMap()
40 FixedStreamArray<support::ulittle32_t> getThunkMap() const { in getThunkMap()
43 FixedStreamArray<SectionOffset> getSectionOffsets() const { in getSectionOffsets()
50 FixedStreamArray<support::ulittle32_t> AddressMap;
51 FixedStreamArray<support::ulittle32_t> ThunkMap;
52 FixedStreamArray<SectionOffset> SectionOffsets;
DTpiStream.h51 FixedStreamArray<support::ulittle32_t> getHashValues() const;
52 FixedStreamArray<codeview::TypeIndexOffset> getTypeIndexOffsets() const;
86 FixedStreamArray<support::ulittle32_t> HashValues;
87 FixedStreamArray<codeview::TypeIndexOffset> TypeIndexOffsets;
DGlobalsStream.h53 FixedStreamArray<PSHashRecord> HashRecords;
54 FixedStreamArray<support::ulittle32_t> HashBitmap;
55 FixedStreamArray<support::ulittle32_t> HashBuckets;
DPDBStringTable.h45 FixedStreamArray<support::ulittle32_t> name_ids() const;
57 FixedStreamArray<support::ulittle32_t> IDs;
DDbiModuleList.h91 FixedStreamArray<support::little32_t> FileNameOffsets;
92 FixedStreamArray<support::ulittle16_t> ModFileCountArray;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamArray.h258 template <typename T> class FixedStreamArray {
264 FixedStreamArray() = default;
265 explicit FixedStreamArray(BinaryStreamRef Stream) : Stream(Stream) { in FixedStreamArray() function
269 bool operator==(const FixedStreamArray<T> &Other) const {
273 bool operator!=(const FixedStreamArray<T> &Other) const {
277 FixedStreamArray(const FixedStreamArray &) = default;
278 FixedStreamArray &operator=(const FixedStreamArray &) = default;
324 FixedStreamArrayIterator(const FixedStreamArray<T> &Array, uint32_t Index) in FixedStreamArrayIterator()
367 FixedStreamArray<T> Array;
DBinaryStreamReader.h235 Error readArray(FixedStreamArray<T> &Array, uint32_t NumItems) { in readArray()
237 Array = FixedStreamArray<T>(); in readArray()
249 Array = FixedStreamArray<T>(View); in readArray()
DBinaryStreamWriter.h176 template <typename T> Error writeArray(FixedStreamArray<T> Array) { in writeArray()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugFrameDataSubsection.h31 FixedStreamArray<FrameData>::Iterator begin() const { return Frames.begin(); } in begin()
32 FixedStreamArray<FrameData>::Iterator end() const { return Frames.end(); } in end()
38 FixedStreamArray<FrameData> Frames;
DDebugCrossExSubsection.h25 using ReferenceArray = FixedStreamArray<CrossModuleExport>;
43 FixedStreamArray<CrossModuleExport> References;
DDebugLinesSubsection.h66 FixedStreamArray<LineNumberEntry> LineNumbers;
67 FixedStreamArray<ColumnNumberEntry> Columns;
DDebugSymbolRVASubsection.h28 using ArrayType = FixedStreamArray<support::ulittle32_t>;
DDebugCrossImpSubsection.h30 FixedStreamArray<support::ulittle32_t> Imports;
DLazyRandomTypeCollection.h51 using PartialOffsetArray = FixedStreamArray<TypeIndexOffset>;
DDebugInlineeLinesSubsection.h47 FixedStreamArray<support::ulittle32_t> ExtraFiles;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DGlobalsStream.cpp107 static Error readGSIHashRecords(FixedStreamArray<PSHashRecord> &HashRecords, in readGSIHashRecords()
128 readGSIHashBuckets(FixedStreamArray<support::ulittle32_t> &HashBuckets, in readGSIHashBuckets()
129 FixedStreamArray<support::ulittle32_t> &HashBitmap, in readGSIHashBuckets()
DDbiStream.cpp34 static Error loadSectionContribs(FixedStreamArray<ContribType> &Output, in loadSectionContribs()
201 FixedStreamArray<object::coff_section> DbiStream::getSectionHeaders() const { in getSectionHeaders()
207 FixedStreamArray<object::FpoData> DbiStream::getOldFpoRecords() const { in getOldFpoRecords()
219 FixedStreamArray<SecMapEntry> DbiStream::getSectionMap() const { in getSectionMap()
DTpiStream.cpp230 FixedStreamArray<support::ulittle32_t> TpiStream::getHashValues() const { in getHashValues()
234 FixedStreamArray<TypeIndexOffset> TpiStream::getTypeIndexOffsets() const { in getTypeIndexOffsets()
DPDBStringTable.cpp138 FixedStreamArray<support::ulittle32_t> PDBStringTable::name_ids() const { in name_ids()
DDbiModuleList.cpp198 FixedStreamArray<support::ulittle16_t> ModuleIndices; in initializeFileInfo()
DPDBFile.cpp39 typedef FixedStreamArray<support::ulittle32_t> ulittle_array;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeIndexDiscovery.cpp474 FixedStreamArray<TypeIndex> Run; in resolveTypeIndexReferences()