Home
last modified time | relevance | path

Searched refs:readArray (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DPublicsStream.cpp79 if (auto EC = Reader.readArray(AddressMap, NumAddressMapEntries)) in reload()
85 if (auto EC = Reader.readArray(ThunkMap, Header->NumThunks)) in reload()
92 if (auto EC = Reader.readArray(SectionOffsets, Header->NumSections)) in reload()
H A DDbiModuleList.cpp181 if (auto EC = Reader.readArray(Descriptors, ModInfo.getLength())) in initializeModInfo()
200 if (auto EC = FISR.readArray(ModuleIndices, FileInfoHeader->NumModules)) in initializeFileInfo()
202 if (auto EC = FISR.readArray(ModFileCountArray, FileInfoHeader->NumModules)) in initializeFileInfo()
217 if (auto EC = FISR.readArray(FileNameOffsets, NumSourceFiles)) in initializeFileInfo()
H A DDbiStream.cpp43 if (auto EC = Reader.readArray(Output, Count)) in loadSectionContribs()
116 if (auto EC = Reader.readArray( in reload()
273 if (auto EC = Reader.readArray(SectionHeaders, NumSections)) in initializeSectionHeadersData()
308 if (auto EC = Reader.readArray(FpoRecords, NumRecords)) in initializeFpoRecords()
345 if (auto EC = SMReader.readArray(SectionMap, Header->SecCount)) in initializeSectionMapData()
H A DGlobalsStream.cpp120 if (auto EC = Reader.readArray(HashRecords, NumHashRecords)) in readGSIHashRecords()
141 if (auto EC = Reader.readArray(HashBitmap, NumBitmapEntries)) in readGSIHashBuckets()
164 if (auto EC = Reader.readArray(HashBuckets, NumBuckets)) in readGSIHashBuckets()
H A DTpiStream.cpp77 RecordReader.readArray(TypeRecords, TypeRecordsSubstream.size())) in reload()
99 if (auto EC = HSR.readArray(HashValues, NumHashValues)) in reload()
105 if (auto EC = HSR.readArray(TypeIndexOffsets, NumTypeIndexOffsets)) in reload()
H A DModuleDebugStream.cpp61 if (auto EC = SymbolReader.readArray( in reload()
66 if (auto EC = SubsectionsReader.readArray(Subsections, in reload()
H A DSymbolStream.cpp31 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()
215 if (auto EC = Reader.readArray(Blocks, NumExpectedStreamBlocks)) in parseStreamData()
H A DPDBStringTable.cpp68 if (auto EC = Reader.readArray(IDs, *HashCount)) { in readHashTable()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp45 if (auto EC = Reader.readArray(Item.LineNumbers, BlockHeader->NumLines)) in operator ()()
48 if (auto EC = Reader.readArray(Item.Columns, BlockHeader->NumLines)) in operator ()()
62 if (auto EC = Reader.readArray(LinesAndColumns, Reader.bytesRemaining())) in initialize()
H A DDebugCrossImpSubsection.cpp40 if (auto EC = Reader.readArray(Item.Imports, Item.Header->Count)) in operator ()()
47 return Reader.readArray(References, Reader.bytesRemaining()); in initialize()
H A DDebugInlineeLinesSubsection.cpp35 if (auto EC = Reader.readArray(Item.ExtraFiles, ExtraFileCount)) in operator ()()
51 if (auto EC = Reader.readArray(Lines, Reader.bytesRemaining())) in initialize()
H A DDebugSymbolRVASubsection.cpp24 return Reader.readArray(RVAs, Reader.bytesRemaining() / sizeof(uint32_t)); in initialize()
H A DDebugSymbolsSubsection.cpp16 return Reader.readArray(Records, Reader.getLength()); in initialize()
H A DDebugCrossExSubsection.cpp27 return Reader.readArray(References, Size); in initialize()
H A DDebugFrameDataSubsection.cpp27 if (auto EC = Reader.readArray(Frames, Count)) in initialize()
H A DDebugChecksumsSubsection.cpp53 if (auto EC = Reader.readArray(Checksums, Reader.bytesRemaining())) in initialize()
H A DLazyRandomTypeCollection.cpp66 error(Reader.readArray(Types, Reader.bytesRemaining())); in reset()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DBinaryStreamReader.h176 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { in readArray() function
206 Error readArray(VarStreamArray<T, U> &Array, uint32_t Size,
224 Error readArray(FixedStreamArray<T> &Array, uint32_t NumItems) { in readArray() function
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DRecordSerialization.h93 return Reader.readArray(Item, Func()); in deserialize()
143 return Reader.readArray(Item, Count); in deserialize()
/freebsd-12.1/contrib/llvm/lib/BinaryFormat/
H A DMsgPackTypes.cpp29 Expected<OptNodePtr> Node::readArray(Reader &MPReader, size_t Length) { in readArray() function in Node
100 return Node::readArray(MPReader, Obj.Length); in read()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DBinaryStreamReader.cpp86 if (auto EC = readArray(Dest, Length)) in readWideString()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp96 cantFail(Reader.readArray(Subsections, Reader.bytesRemaining())); in isDebugSSection()
105 cantFail(Reader.readArray(Types, Reader.bytesRemaining())); in isDebugTSection()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp401 ExitOnErr(Reader.readArray(Subsections, Contents.size())); in extractPCHSignature()
462 if (auto EC = Reader.readArray(Types, Reader.getLength())) in mergeDebugT()
1184 ExitOnErr(Reader.readArray(Subsections, RelocatedDebugContents.size())); in handleDebugS()
1341 ExitOnErr(Reader.readArray(FpoRecords, Count)); in addObjFile()
1683 ExitOnErr(Reader.readArray(Subsections, Contents.size())); in findLineTable()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMsgPackTypes.h51 static Expected<OptNodePtr> readArray(Reader &MPReader, size_t Length);

12