Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp27 if (auto EC = Reader.readObject(Header)) in readHeader()
63 if (auto EC = Reader.readObject(HashCount)) in readHashTable()
H A DInjectedSourceStream.cpp30 if (auto EC = Reader.readObject(Header)) in reload()
H A DPublicsStream.cpp65 if (Reader.readObject(Header)) in reload()
H A DDbiModuleDescriptor.cpp23 if (auto EC = Reader.readObject(Info.Layout)) in initialize()
H A DInfoStream.cpp26 if (auto EC = Reader.readObject(Header)) in reload()
H A DDbiStream.cpp56 if (auto EC = Reader.readObject(Header)) in reload()
369 if (auto EC = SMReader.readObject(Header)) in initializeSectionMapData()
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.cpp48 if (Reader.readObject(Header)) in reload()
H A DPDBFile.cpp124 if (auto EC = Reader.readObject(SB)) { in parseFileHeaders()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp27 if (auto EC = Reader.readObject(BlockHeader)) in operator ()()
57 if (auto EC = Reader.readObject(Header)) in initialize()
H A DDebugFrameDataSubsection.cpp19 if (auto EC = Reader.readObject(RelocPtr)) in initialize()
H A DDebugSubsectionRecord.cpp32 if (auto EC = Reader.readObject(Header)) in initialize()
H A DDebugCrossImpSubsection.cpp33 if (auto EC = Reader.readObject(Item.Header)) in operator ()()
H A DDebugChecksumsSubsection.cpp39 if (auto EC = Reader.readObject(Header)) in operator ()()
H A DDebugInlineeLinesSubsection.cpp28 if (auto EC = Reader.readObject(Item.Header)) in operator ()()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h118 if (auto EC = Stream.readObject(H)) in load()
145 if (auto EC = Stream.readObject(Value)) in load()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCVRecord.h98 if (auto EC = Reader.readObject(Prefix)) in readCVRecordFromStream()
H A DRecordSerialization.h69 return Reader.readObject(Item); in consume()
H A DCodeViewRecordIO.h94 if (auto EC = Reader->readObject(ValuePtr)) in mapObject()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamReader.h160 template <typename T> Error readObject(const T *&Dest) {
162 template <typename T> Error readObject(const T *&Dest) { readObject() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamReader.cpp106 if (auto EC = readObject(C)) in readWideString()
/freebsd/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/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicReader.h144 Impl &readObject() { return asImpl(); } in readObject() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp66 if (FileData.readObject(Hdr)) in parse()

12