/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
D | PublicsStream.h | 41 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;
|
D | DbiStream.h | 99 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;
|
D | TpiStream.h | 46 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;
|
D | NameHashTable.h | 41 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/ |
D | DbiStream.h | 81 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;
|
D | PublicsStream.h | 38 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;
|
D | TpiStream.h | 52 FixedStreamArray<support::ulittle32_t> getHashValues() const; 53 FixedStreamArray<codeview::TypeIndexOffset> getTypeIndexOffsets() const; 76 FixedStreamArray<support::ulittle32_t> HashValues; 77 FixedStreamArray<codeview::TypeIndexOffset> TypeIndexOffsets;
|
D | PDBStringTable.h | 46 FixedStreamArray<support::ulittle32_t> name_ids() const; 58 FixedStreamArray<support::ulittle32_t> IDs;
|
D | GlobalsStream.h | 52 FixedStreamArray<PSHashRecord> HashRecords; 54 FixedStreamArray<support::ulittle32_t> HashBuckets;
|
D | DbiModuleList.h | 91 FixedStreamArray<support::little32_t> FileNameOffsets; 92 FixedStreamArray<support::ulittle16_t> ModFileCountArray;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | BinaryStreamArray.h | 246 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;
|
D | BinaryStreamReader.h | 223 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/ |
D | DebugFrameDataSubsection.h | 30 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;
|
D | DebugCrossExSubsection.h | 26 using ReferenceArray = FixedStreamArray<CrossModuleExport>; 44 FixedStreamArray<CrossModuleExport> References;
|
D | DebugLinesSubsection.h | 67 FixedStreamArray<LineNumberEntry> LineNumbers; 68 FixedStreamArray<ColumnNumberEntry> Columns;
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | StreamArray.h | 198 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;
|
D | StreamReader.h | 83 Error readArray(FixedStreamArray<T> &Array, uint32_t NumItems) { in readArray() 85 Array = FixedStreamArray<T>(); in readArray() 94 Array = FixedStreamArray<T>(View); in readArray()
|
D | ModuleSubstreamVisitor.h | 25 FixedStreamArray<LineNumberEntry> LineNumbers; 26 FixedStreamArray<ColumnNumberEntry> Columns;
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | TpiStream.cpp | 95 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>
|
D | DbiStream.cpp | 69 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/ |
D | MinimalTypeDumper.h | 29 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/ |
D | DbiStream.cpp | 35 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()
|
D | GlobalsStream.cpp | 67 static Error readGSIHashRecords(FixedStreamArray<PSHashRecord> &HashRecords, in readGSIHashRecords() 88 readGSIHashBuckets(FixedStreamArray<support::ulittle32_t> &HashBuckets, in readGSIHashBuckets()
|
D | TpiStream.cpp | 147 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/ |
D | RandomAccessVisitorTest.cpp | 175 FixedStreamArray<TypeIndexOffset> Offsets; 180 FixedStreamArray<TypeIndexOffset> 194 FixedStreamArray<TypeIndexOffset> Result; in createPartialOffsets() 395 FixedStreamArray<TypeIndexOffset> PartialOffsets; in TEST_F()
|