Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DPublicsStream.h41 codeview::FixedStreamArray<support::ulittle32_t> getHashBuckets() const { in getHashBuckets()
44 codeview::FixedStreamArray<support::ulittle32_t> getAddressMap() const { in getAddressMap()
47 codeview::FixedStreamArray<support::ulittle32_t> getThunkMap() const { in getThunkMap()
50 codeview::FixedStreamArray<SectionOffset> getSectionOffsets() const { in getSectionOffsets()
62 codeview::FixedStreamArray<PSHashRecord> HashRecords;
63 codeview::FixedStreamArray<support::ulittle32_t> HashBuckets;
64 codeview::FixedStreamArray<support::ulittle32_t> AddressMap;
65 codeview::FixedStreamArray<support::ulittle32_t> ThunkMap;
66 codeview::FixedStreamArray<SectionOffset> SectionOffsets;
DDbiStream.h99 codeview::FixedStreamArray<object::coff_section> getSectionHeaders();
101 codeview::FixedStreamArray<object::FpoData> getFpoRecords();
103 codeview::FixedStreamArray<SecMapEntry> getSectionMap() const;
130 codeview::FixedStreamArray<support::ulittle16_t> DbgStreams;
133 codeview::FixedStreamArray<SectionContrib> SectionContribs;
134 codeview::FixedStreamArray<SectionContrib2> SectionContribs2;
135 codeview::FixedStreamArray<SecMapEntry> SectionMap;
136 codeview::FixedStreamArray<support::little32_t> FileNameOffsets;
139 codeview::FixedStreamArray<object::coff_section> SectionHeaders;
142 codeview::FixedStreamArray<object::FpoData> FpoRecords;
DTpiStream.h46 codeview::FixedStreamArray<support::ulittle32_t> getHashValues() const;
47 codeview::FixedStreamArray<TypeIndexOffset> getTypeIndexOffsets() const;
48 codeview::FixedStreamArray<TypeIndexOffset> getHashAdjustments() const;
63 codeview::FixedStreamArray<support::ulittle32_t> HashValues;
64 codeview::FixedStreamArray<TypeIndexOffset> TypeIndexOffsets;
65 codeview::FixedStreamArray<TypeIndexOffset> HashAdjustments;
DNameHashTable.h41 codeview::FixedStreamArray<support::ulittle32_t> name_ids() const;
45 codeview::FixedStreamArray<support::ulittle32_t> IDs;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStream.h81 FixedStreamArray<object::coff_section> getSectionHeaders();
83 FixedStreamArray<object::FpoData> getFpoRecords();
85 FixedStreamArray<SecMapEntry> getSectionMap() const;
109 FixedStreamArray<support::ulittle16_t> DbgStreams;
113 FixedStreamArray<SectionContrib> SectionContribs;
114 FixedStreamArray<SectionContrib2> SectionContribs2;
115 FixedStreamArray<SecMapEntry> SectionMap;
118 FixedStreamArray<object::coff_section> SectionHeaders;
121 FixedStreamArray<object::FpoData> FpoRecords;
DPublicsStream.h38 FixedStreamArray<support::ulittle32_t> getAddressMap() const { in getAddressMap()
41 FixedStreamArray<support::ulittle32_t> getThunkMap() const { in getThunkMap()
44 FixedStreamArray<SectionOffset> getSectionOffsets() const { in getSectionOffsets()
51 FixedStreamArray<support::ulittle32_t> AddressMap;
52 FixedStreamArray<support::ulittle32_t> ThunkMap;
53 FixedStreamArray<SectionOffset> SectionOffsets;
DTpiStream.h52 FixedStreamArray<support::ulittle32_t> getHashValues() const;
53 FixedStreamArray<codeview::TypeIndexOffset> getTypeIndexOffsets() const;
76 FixedStreamArray<support::ulittle32_t> HashValues;
77 FixedStreamArray<codeview::TypeIndexOffset> TypeIndexOffsets;
DPDBStringTable.h46 FixedStreamArray<support::ulittle32_t> name_ids() const;
58 FixedStreamArray<support::ulittle32_t> IDs;
DGlobalsStream.h52 FixedStreamArray<PSHashRecord> HashRecords;
54 FixedStreamArray<support::ulittle32_t> HashBuckets;
DDbiModuleList.h91 FixedStreamArray<support::little32_t> FileNameOffsets;
92 FixedStreamArray<support::ulittle16_t> ModFileCountArray;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DBinaryStreamArray.h246 template <typename T> class FixedStreamArray {
252 FixedStreamArray() = default;
253 explicit FixedStreamArray(BinaryStreamRef Stream) : Stream(Stream) { in FixedStreamArray() function
257 bool operator==(const FixedStreamArray<T> &Other) const {
261 bool operator!=(const FixedStreamArray<T> &Other) const {
265 FixedStreamArray &operator=(const FixedStreamArray &) = default;
311 FixedStreamArrayIterator(const FixedStreamArray<T> &Array, uint32_t Index) in FixedStreamArrayIterator()
352 FixedStreamArray<T> Array;
DBinaryStreamReader.h223 Error readArray(FixedStreamArray<T> &Array, uint32_t NumItems) { in readArray()
225 Array = FixedStreamArray<T>(); in readArray()
237 Array = FixedStreamArray<T>(View); in readArray()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugFrameDataSubsection.h30 FixedStreamArray<FrameData>::Iterator begin() const { return Frames.begin(); } in begin()
31 FixedStreamArray<FrameData>::Iterator end() const { return Frames.end(); } in end()
37 FixedStreamArray<FrameData> Frames;
DDebugCrossExSubsection.h26 using ReferenceArray = FixedStreamArray<CrossModuleExport>;
44 FixedStreamArray<CrossModuleExport> References;
DDebugLinesSubsection.h67 FixedStreamArray<LineNumberEntry> LineNumbers;
68 FixedStreamArray<ColumnNumberEntry> Columns;
/external/llvm/include/llvm/DebugInfo/CodeView/
DStreamArray.h198 template <typename T> class FixedStreamArray {
202 FixedStreamArray() : Stream() {} in FixedStreamArray() function
203 FixedStreamArray(StreamRef Stream) : Stream(Stream) { in FixedStreamArray() function
237 FixedStreamArrayIterator(const FixedStreamArray<T> &Array, uint32_t Index) in FixedStreamArrayIterator()
264 const FixedStreamArray<T> &Array;
DStreamReader.h83 Error readArray(FixedStreamArray<T> &Array, uint32_t NumItems) { in readArray()
85 Array = FixedStreamArray<T>(); in readArray()
94 Array = FixedStreamArray<T>(View); in readArray()
DModuleSubstreamVisitor.h25 FixedStreamArray<LineNumberEntry> LineNumbers;
26 FixedStreamArray<ColumnNumberEntry> Columns;
/external/llvm/lib/DebugInfo/PDB/Raw/
DTpiStream.cpp95 TpiHashVerifier(FixedStreamArray<support::ulittle32_t> &HashValues, in TpiHashVerifier()
140 FixedStreamArray<support::ulittle32_t> HashValues;
253 FixedStreamArray<support::ulittle32_t>
258 FixedStreamArray<TypeIndexOffset>
263 FixedStreamArray<TypeIndexOffset>
DDbiStream.cpp69 static Error loadSectionContribs(FixedStreamArray<ContribType> &Output, in loadSectionContribs()
244 codeview::FixedStreamArray<object::coff_section>
249 codeview::FixedStreamArray<object::FpoData> DbiStream::getFpoRecords() { in getFpoRecords()
254 codeview::FixedStreamArray<SecMapEntry> DbiStream::getSectionMap() const { in getSectionMap()
371 FixedStreamArray<ulittle16_t> ModIndexArray; in initializeFileInfo()
372 FixedStreamArray<ulittle16_t> ModFileCountArray; in initializeFileInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.h29 FixedStreamArray<support::ulittle32_t> HashValues) in MinimalTypeDumpVisitor()
58 FixedStreamArray<support::ulittle32_t> HashValues;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStream.cpp35 static Error loadSectionContribs(FixedStreamArray<ContribType> &Output, in loadSectionContribs()
200 FixedStreamArray<object::coff_section> DbiStream::getSectionHeaders() { in getSectionHeaders()
204 FixedStreamArray<object::FpoData> DbiStream::getFpoRecords() { in getFpoRecords()
210 FixedStreamArray<SecMapEntry> DbiStream::getSectionMap() const { in getSectionMap()
DGlobalsStream.cpp67 static Error readGSIHashRecords(FixedStreamArray<PSHashRecord> &HashRecords, in readGSIHashRecords()
88 readGSIHashBuckets(FixedStreamArray<support::ulittle32_t> &HashBuckets, in readGSIHashBuckets()
DTpiStream.cpp147 FixedStreamArray<support::ulittle32_t> TpiStream::getHashValues() const { in getHashValues()
151 FixedStreamArray<TypeIndexOffset> TpiStream::getTypeIndexOffsets() const { in getTypeIndexOffsets()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DRandomAccessVisitorTest.cpp175 FixedStreamArray<TypeIndexOffset> Offsets;
180 FixedStreamArray<TypeIndexOffset>
194 FixedStreamArray<TypeIndexOffset> Result; in createPartialOffsets()
395 FixedStreamArray<TypeIndexOffset> PartialOffsets; in TEST_F()

12