/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | DbiStream.h | 81 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;
|
H A D | PublicsStream.h | 37 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;
|
H A D | TpiStream.h | 51 FixedStreamArray<support::ulittle32_t> getHashValues() const; 52 FixedStreamArray<codeview::TypeIndexOffset> getTypeIndexOffsets() const; 86 FixedStreamArray<support::ulittle32_t> HashValues; 87 FixedStreamArray<codeview::TypeIndexOffset> TypeIndexOffsets;
|
H A D | GlobalsStream.h | 53 FixedStreamArray<PSHashRecord> HashRecords; 54 FixedStreamArray<support::ulittle32_t> HashBitmap; 55 FixedStreamArray<support::ulittle32_t> HashBuckets;
|
H A D | PDBStringTable.h | 44 FixedStreamArray<support::ulittle32_t> name_ids() const; 56 FixedStreamArray<support::ulittle32_t> IDs;
|
H A D | DbiModuleList.h | 91 FixedStreamArray<support::little32_t> FileNameOffsets; 92 FixedStreamArray<support::ulittle16_t> ModFileCountArray;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | BinaryStreamArray.h | 262 template <typename T> class FixedStreamArray { 268 FixedStreamArray() = default; 269 explicit FixedStreamArray(BinaryStreamRef Stream) : Stream(Stream) { in FixedStreamArray() function 273 bool operator==(const FixedStreamArray<T> &Other) const { 277 bool operator!=(const FixedStreamArray<T> &Other) const { 281 FixedStreamArray(const FixedStreamArray &) = default; 282 FixedStreamArray &operator=(const FixedStreamArray &) = default; 328 FixedStreamArrayIterator(const FixedStreamArray<T> &Array, uint32_t Index) in FixedStreamArrayIterator() 371 FixedStreamArray<T> Array;
|
H A D | BinaryStreamReader.h | 235 Error readArray(FixedStreamArray<T> &Array, uint32_t NumItems) { in readArray() 237 Array = FixedStreamArray<T>(); in readArray() 249 Array = FixedStreamArray<T>(View); in readArray()
|
H A D | BinaryStreamWriter.h | 176 template <typename T> Error writeArray(FixedStreamArray<T> Array) { in writeArray()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | DebugFrameDataSubsection.h | 31 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;
|
H A D | DebugCrossExSubsection.h | 25 using ReferenceArray = FixedStreamArray<CrossModuleExport>; 43 FixedStreamArray<CrossModuleExport> References;
|
H A D | DebugLinesSubsection.h | 66 FixedStreamArray<LineNumberEntry> LineNumbers; 67 FixedStreamArray<ColumnNumberEntry> Columns;
|
H A D | DebugSymbolRVASubsection.h | 28 using ArrayType = FixedStreamArray<support::ulittle32_t>;
|
H A D | DebugCrossImpSubsection.h | 30 FixedStreamArray<support::ulittle32_t> Imports;
|
H A D | LazyRandomTypeCollection.h | 50 using PartialOffsetArray = FixedStreamArray<TypeIndexOffset>;
|
H A D | DebugInlineeLinesSubsection.h | 47 FixedStreamArray<support::ulittle32_t> ExtraFiles;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | GlobalsStream.cpp | 107 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()
|
H A D | DbiStream.cpp | 34 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()
|
H A D | TpiStream.cpp | 230 FixedStreamArray<support::ulittle32_t> TpiStream::getHashValues() const { in getHashValues() 234 FixedStreamArray<TypeIndexOffset> TpiStream::getTypeIndexOffsets() const { in getTypeIndexOffsets()
|
H A D | PDBStringTable.cpp | 138 FixedStreamArray<support::ulittle32_t> PDBStringTable::name_ids() const { in name_ids()
|
H A D | DbiModuleList.cpp | 198 FixedStreamArray<support::ulittle16_t> ModuleIndices; in initializeFileInfo()
|
H A D | PDBFile.cpp | 39 typedef FixedStreamArray<support::ulittle32_t> ulittle_array;
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.h | 31 FixedStreamArray<support::ulittle32_t> HashValues, in MinimalTypeDumpVisitor() 64 FixedStreamArray<support::ulittle32_t> HashValues;
|
H A D | DumpOutputStyle.cpp | 1094 const FixedStreamArray<object::FpoData>& Records = Dbi.getOldFpoRecords(); in dumpOldFpo() 1308 FixedStreamArray<support::ulittle32_t> HashValues, in dumpFullTypeStream()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeIndexDiscovery.cpp | 475 FixedStreamArray<TypeIndex> Run; in resolveTypeIndexReferences()
|