Searched refs:getRecordData (Results 1 – 14 of 14) sorted by relevance
50 BinaryStreamRef DebugSubsectionRecord::getRecordData() const { return Data; } in getRecordData() function in DebugSubsectionRecord62 : Contents.getRecordData().getLength(); in calculateSerializedLength()78 : Contents.getRecordData().getLength(); in commit()87 if (auto EC = Writer.writeStreamRef(Contents.getRecordData())) in commit()
38 consumeError(OwnedStrings->initialize(SR.getRecordData())); in initializeStrings()78 consumeError(OwnedChecksums->initialize(FCR.getRecordData())); in initializeChecksums()
31 BinaryStreamReader Reader(R.getRecordData()); in visitDebugSubsection()90 DebugUnknownSubsectionRef Fragment(R.kind(), R.getRecordData()); in visitDebugSubsection()
44 BinaryStreamRef getRecordData() const;
675 BinaryStreamRef sr = ss.getRecordData(); in writeAllModuleSymbolRecords()781 exitOnErr(cvStrTab.initialize(ss.getRecordData())); in handleDebugS()787 exitOnErr(checksums.initialize(ss.getRecordData())); in handleDebugS()799 ss.getRecordData()); in handleDebugS()886 BinaryStreamRef sr = ss.getRecordData(); in addUnrelocatedSubsection()900 BinaryStreamRef sr = ss.getRecordData(); in addFrameDataSubsection()1732 exitOnErr(cvStrTab.initialize(ss.getRecordData())); in findLineTable()1738 exitOnErr(checksums.initialize(ss.getRecordData())); in findLineTable()1742 auto ref = ss.getRecordData(); in findLineTable()
752 Expected<CVSymbol> sym = readSymbolFromStream(ss.getRecordData(), offset); in initializeFlags()
139 if (auto EC = Result.initialize(SS.getRecordData())) in findChecksumsSubsection()
44 BinaryStreamReader Reader(SS.getRecordData()); in findInlineeByTypeIndex()
466 BinaryStreamReader Reader(SS.getRecordData()); in findLineTable()
64 BinaryStreamReader Reader(SS.getRecordData()); in mark()
290 BinaryStreamReader Reader(SS.getRecordData()); in getSymbolStats()491 BinaryStreamReader Reader(SS.getRecordData()); in iterateModuleSubsections()835 BinaryStreamReader Reader(SS.getRecordData()); in dumpUdtStats()
72 ASTWriter::RecordDataImpl &getRecordData() const { return *Record; } in getRecordData() function
1067 llvm::BinaryStreamReader reader(dssr.getRecordData()); in ParseLineTable()
332 Writer.AddToken(S->getAsmToks()[I], Record.getRecordData()); in VisitMSAsmStmt()