Home
last modified time | relevance | path

Searched refs:readObject (Results 1 – 24 of 24) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp29 if (auto EC = Reader.readObject(Header)) in readHeader()
65 if (auto EC = Reader.readObject(HashCount)) in readHashTable()
H A DPublicsStream.cpp69 if (Reader.readObject(Header)) in reload()
H A DDbiModuleDescriptor.cpp32 if (auto EC = Reader.readObject(Info.Layout)) in initialize()
H A DDbiStream.cpp59 if (auto EC = Reader.readObject(Header)) in reload()
343 if (auto EC = SMReader.readObject(Header)) in initializeSectionMapData()
H A DInfoStream.cpp29 if (auto EC = Reader.readObject(Header)) in reload()
H A DGlobalsStream.cpp96 if (Reader.readObject(HashHdr)) in readGSIHashHeader()
H A DDbiModuleList.cpp194 if (auto EC = FISR.readObject(FileInfoHeader)) in initializeFileInfo()
H A DTpiStream.cpp49 if (Reader.readObject(Header)) in reload()
H A DPDBFile.cpp125 if (auto EC = Reader.readObject(SB)) { in parseFileHeaders()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp28 if (auto EC = Reader.readObject(BlockHeader)) in operator ()()
58 if (auto EC = Reader.readObject(Header)) in initialize()
H A DDebugFrameDataSubsection.cpp18 if (auto EC = Reader.readObject(RelocPtr)) in initialize()
H A DDebugCrossImpSubsection.cpp34 if (auto EC = Reader.readObject(Item.Header)) in operator ()()
H A DDebugSubsectionRecord.cpp36 if (auto EC = Reader.readObject(Header)) in initialize()
H A DDebugChecksumsSubsection.cpp40 if (auto EC = Reader.readObject(Header)) in operator ()()
H A DDebugInlineeLinesSubsection.cpp28 if (auto EC = Reader.readObject(Item.Header)) in operator ()()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h126 if (auto EC = Stream.readObject(H))
153 if (auto EC = Stream.readObject(Value))
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCVRecord.h91 if (auto EC = Reader.readObject(Prefix)) in readCVRecordFromStream()
H A DCodeViewRecordIO.h54 if (auto EC = Reader->readObject(ValuePtr)) in mapObject()
H A DRecordSerialization.h68 return Reader.readObject(Item); in consume()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DBinaryStreamReader.cpp77 if (auto EC = readObject(C)) in readWideString()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DBinaryStreamReader.h158 template <typename T> Error readObject(const T *&Dest) { in readObject() function
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java611 newobj = in.readObject(); in performSerializationTest()
649 newobj = decoder.readObject(); in performBeanTest()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWindowsResource.cpp108 RETURN_IF_ERROR(Reader.readObject(Prefix)); in loadNext()
120 RETURN_IF_ERROR(Reader.readObject(Suffix)); in loadNext()
H A DCOFFObjectFile.cpp1712 RETURN_IF_ERROR(Reader.readObject(Table)); in getTableAtOffset()