Home
last modified time | relevance | path

Searched refs:readArray (Results 1 - 25 of 37) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DPublicsStream.cpp78 if (auto EC = Reader.readArray(AddressMap, NumAddressMapEntries)) in reload()
84 if (auto EC = Reader.readArray(ThunkMap, Header->NumThunks)) in reload()
91 if (auto EC = Reader.readArray(SectionOffsets, Header->NumSections)) in reload()
H A DDbiModuleList.cpp180 if (auto EC = Reader.readArray(Descriptors, ModInfo.getLength())) in initializeModInfo()
199 if (auto EC = FISR.readArray(ModuleIndices, FileInfoHeader->NumModules)) in initializeFileInfo()
201 if (auto EC = FISR.readArray(ModFileCountArray, FileInfoHeader->NumModules)) in initializeFileInfo()
216 if (auto EC = FISR.readArray(FileNameOffsets, NumSourceFiles)) in initializeFileInfo()
H A DGlobalsStream.cpp119 if (auto EC = Reader.readArray(HashRecords, NumHashRecords)) in readGSIHashRecords()
140 if (auto EC = Reader.readArray(HashBitmap, NumBitmapEntries)) in readGSIHashBuckets()
163 if (auto EC = Reader.readArray(HashBuckets, NumBuckets)) in readGSIHashBuckets()
H A DTpiStream.cpp76 RecordReader.readArray(TypeRecords, TypeRecordsSubstream.size())) in reload()
97 if (auto EC = HSR.readArray(HashValues, NumHashValues)) in reload()
103 if (auto EC = HSR.readArray(TypeIndexOffsets, NumTypeIndexOffsets)) in reload()
H A DDbiStream.cpp42 if (auto EC = Reader.readArray(Output, Count)) in loadSectionContribs()
115 if (auto EC = Reader.readArray( in reload()
275 if (auto EC = Reader.readArray(SectionHeaders, NumSections)) in initializeSectionHeadersData()
301 if (auto EC = Reader.readArray(OldFpoRecords, NumRecords)) in initializeOldFpoRecords()
373 if (auto EC = SMReader.readArray(SectionMap, Header->SecCount)) in initializeSectionMapData()
H A DModuleDebugStream.cpp72 if (auto EC = SymbolReader.readArray( in reloadSerialize()
77 if (auto EC = SubsectionsReader.readArray(Subsections, in reloadSerialize()
H A DSymbolStream.cpp30 if (auto EC = Reader.readArray(SymbolRecords, Stream->getLength())) in reload()
H A DPDBFile.cpp173 if (auto EC = Reader.readArray(ContainerLayout.DirectoryBlocks, in parseFileHeaders()
198 if (auto EC = Reader.readArray(ContainerLayout.StreamSizes, NumStreams)) in parseStreamData()
212 // class, we can be guaranteed that readArray() will return a stable in parseStreamData()
215 if (auto EC = Reader.readArray(Blocks, NumExpectedStreamBlocks)) in parseStreamData()
H A DPDBStringTable.cpp67 if (auto EC = Reader.readArray(IDs, *HashCount)) { in readHashTable()
/third_party/skia/src/core/
H A DSkReadBuffer.cpp257 bool SkReadBuffer::readArray(void* value, size_t size, size_t elementSize) { in readArray() function in SkReadBuffer
264 return this->readArray(value, size, sizeof(uint8_t)); in readByteArray()
268 return this->readArray(colors, size, sizeof(SkColor)); in readColorArray()
272 return this->readArray(colors, size, sizeof(SkColor4f)); in readColor4fArray()
276 return this->readArray(values, size, sizeof(int32_t)); in readIntArray()
280 return this->readArray(points, size, sizeof(SkPoint)); in readPointArray()
284 return this->readArray(values, size, sizeof(SkScalar)); in readScalarArray()
H A DSkReadBuffer.h215 bool readArray(void* value, size_t size, size_t elementSize);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp44 if (auto EC = Reader.readArray(Item.LineNumbers, BlockHeader->NumLines)) in operator ()()
47 if (auto EC = Reader.readArray(Item.Columns, BlockHeader->NumLines)) in operator ()()
61 if (auto EC = Reader.readArray(LinesAndColumns, Reader.bytesRemaining())) in initialize()
H A DDebugCrossImpSubsection.cpp39 if (auto EC = Reader.readArray(Item.Imports, Item.Header->Count)) in operator ()()
46 return Reader.readArray(References, Reader.bytesRemaining()); in initialize()
H A DDebugInlineeLinesSubsection.cpp34 if (auto EC = Reader.readArray(Item.ExtraFiles, ExtraFileCount)) in operator ()()
50 if (auto EC = Reader.readArray(Lines, Reader.bytesRemaining())) in initialize()
H A DDebugSymbolRVASubsection.cpp23 return Reader.readArray(RVAs, Reader.bytesRemaining() / sizeof(uint32_t)); in initialize()
H A DDebugSymbolsSubsection.cpp15 return Reader.readArray(Records, Reader.getLength()); in initialize()
H A DDebugCrossExSubsection.cpp26 return Reader.readArray(References, Size); in initialize()
H A DDebugFrameDataSubsection.cpp26 if (auto EC = Reader.readArray(Frames, Count)) in initialize()
H A DDebugChecksumsSubsection.cpp52 if (auto EC = Reader.readArray(Checksums, Reader.bytesRemaining())) in initialize()
H A DLazyRandomTypeCollection.cpp65 error(Reader.readArray(Types, Reader.bytesRemaining())); in reset()
H A DTypeIndexDiscovery.cpp475 cantFail(Reader.readArray(Run, Ref.Count)); in resolveTypeIndexReferences()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DBinaryStreamReader.h187 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { in readArray() function in llvm::BinaryStreamReader
217 Error readArray(VarStreamArray<T, U> &Array, uint32_t Size, in readArray() function in llvm::BinaryStreamReader
235 Error readArray(FixedStreamArray<T> &Array, uint32_t NumItems) { in readArray() function in llvm::BinaryStreamReader
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp111 FileData.readArray(AddrOffsets, in parse()
118 FileData.readArray(AddrInfoOffsets, Hdr->NumAddresses)) in parse()
124 if (FileData.readInteger(NumFiles) || FileData.readArray(Files, NumFiles)) in parse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DRecordSerialization.h95 return Reader.readArray(Item, Func()); in deserialize()
145 return Reader.readArray(Item, Count); in deserialize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DBinaryStreamReader.cpp116 if (auto EC = readArray(Dest, Length)) in readWideString()

Completed in 11 milliseconds

12