HomeSort by: relevance | last modified time | path
    Searched refs:FixedStreamArray (Results 1 - 25 of 25) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
PublicsStream.h 37 FixedStreamArray<support::ulittle32_t> getAddressMap() const {
40 FixedStreamArray<support::ulittle32_t> getThunkMap() const {
43 FixedStreamArray<SectionOffset> getSectionOffsets() const {
50 FixedStreamArray<support::ulittle32_t> AddressMap;
51 FixedStreamArray<support::ulittle32_t> ThunkMap;
52 FixedStreamArray<SectionOffset> SectionOffsets;
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;
PDBStringTable.h 44 FixedStreamArray<support::ulittle32_t> name_ids() const;
56 FixedStreamArray<support::ulittle32_t> IDs;
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;
GlobalsStream.h 53 FixedStreamArray<PSHashRecord> HashRecords;
54 FixedStreamArray<support::ulittle32_t> HashBitmap;
55 FixedStreamArray<support::ulittle32_t> HashBuckets;
DbiModuleList.h 91 FixedStreamArray<support::little32_t> FileNameOffsets;
92 FixedStreamArray<support::ulittle16_t> ModFileCountArray;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
DebugFrameDataSubsection.h 31 FixedStreamArray<FrameData>::Iterator begin() const { return Frames.begin(); }
32 FixedStreamArray<FrameData>::Iterator end() const { return Frames.end(); }
38 FixedStreamArray<FrameData> Frames;
DebugCrossExSubsection.h 25 using ReferenceArray = FixedStreamArray<CrossModuleExport>;
43 FixedStreamArray<CrossModuleExport> References;
DebugLinesSubsection.h 66 FixedStreamArray<LineNumberEntry> LineNumbers;
67 FixedStreamArray<ColumnNumberEntry> Columns;
DebugCrossImpSubsection.h 30 FixedStreamArray<support::ulittle32_t> Imports;
DebugSymbolRVASubsection.h 28 using ArrayType = FixedStreamArray<support::ulittle32_t>;
LazyRandomTypeCollection.h 50 using PartialOffsetArray = FixedStreamArray<TypeIndexOffset>;
DebugInlineeLinesSubsection.h 47 FixedStreamArray<support::ulittle32_t> ExtraFiles;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
BinaryStreamArray.h 17 /// FixedStreamArray - Arrays of fixed length records. This is similar in
257 /// FixedStreamArray is similar to VarStreamArray, except with each record
259 /// cost associated with building or copying a FixedStreamArray, as the
262 template <typename T> class FixedStreamArray {
268 FixedStreamArray() = default;
269 explicit FixedStreamArray(BinaryStreamRef Stream) : Stream(Stream) {
273 bool operator==(const FixedStreamArray<T> &Other) const {
277 bool operator!=(const FixedStreamArray<T> &Other) const {
281 FixedStreamArray(const FixedStreamArray &) = default
    [all...]
BinaryStreamReader.h 226 /// Read a FixedStreamArray of \p NumItems elements and store the result into
229 /// FixedStreamArray may, depending upon the implementation of the underlying
235 Error readArray(FixedStreamArray<T> &Array, uint32_t NumItems) {
237 Array = FixedStreamArray<T>();
249 Array = FixedStreamArray<T>(View);
BinaryStreamWriter.h 176 template <typename T> Error writeArray(FixedStreamArray<T> Array) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalTypeDumper.h 31 FixedStreamArray<support::ulittle32_t> HashValues,
64 FixedStreamArray<support::ulittle32_t> HashValues;
DumpOutputStyle.cpp 1094 const FixedStreamArray<object::FpoData>& Records = Dbi.getOldFpoRecords();
1308 FixedStreamArray<support::ulittle32_t> HashValues,
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
GlobalsStream.cpp 107 static Error readGSIHashRecords(FixedStreamArray<PSHashRecord> &HashRecords,
128 readGSIHashBuckets(FixedStreamArray<support::ulittle32_t> &HashBuckets,
129 FixedStreamArray<support::ulittle32_t> &HashBitmap,
DbiStream.cpp 34 static Error loadSectionContribs(FixedStreamArray<ContribType> &Output,
201 FixedStreamArray<object::coff_section> DbiStream::getSectionHeaders() const {
207 FixedStreamArray<object::FpoData> DbiStream::getOldFpoRecords() const {
219 FixedStreamArray<SecMapEntry> DbiStream::getSectionMap() const {
TpiStream.cpp 230 FixedStreamArray<support::ulittle32_t> TpiStream::getHashValues() const {
234 FixedStreamArray<TypeIndexOffset> TpiStream::getTypeIndexOffsets() const {
PDBStringTable.cpp 138 FixedStreamArray<support::ulittle32_t> PDBStringTable::name_ids() const {
DbiModuleList.cpp 198 FixedStreamArray<support::ulittle16_t> ModuleIndices;
PDBFile.cpp 39 typedef FixedStreamArray<support::ulittle32_t> ulittle_array;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeIndexDiscovery.cpp 475 FixedStreamArray<TypeIndex> Run;

Completed in 69 milliseconds