Searched refs:getRecordData (Results 1 – 16 of 16) sorted by relevance
49 BinaryStreamRef DebugSubsectionRecord::getRecordData() const { return Data; } in getRecordData() function in DebugSubsectionRecord61 : Contents.getRecordData().getLength(); in calculateSerializedLength()77 : Contents.getRecordData().getLength(); in commit()86 if (auto EC = Writer.writeStreamRef(Contents.getRecordData())) in commit()
37 consumeError(OwnedStrings->initialize(SR.getRecordData())); in initializeStrings()77 consumeError(OwnedChecksums->initialize(FCR.getRecordData())); in initializeChecksums()
32 BinaryStreamReader Reader(R.getRecordData()); in visitDebugSubsection()91 DebugUnknownSubsectionRef Fragment(R.kind(), R.getRecordData()); in visitDebugSubsection()
44 BinaryStreamRef getRecordData() const;
671 BinaryStreamRef sr = ss.getRecordData(); in writeAllModuleSymbolRecords()779 exitOnErr(cvStrTab.initialize(ss.getRecordData())); in handleDebugS()785 exitOnErr(checksums.initialize(ss.getRecordData())); in handleDebugS()797 ss.getRecordData()); in handleDebugS()889 BinaryStreamRef sr = ss.getRecordData(); in addUnrelocatedSubsection()903 BinaryStreamRef sr = ss.getRecordData(); in addFrameDataSubsection()1784 exitOnErr(cvStrTab.initialize(ss.getRecordData())); in findLineTable()1790 exitOnErr(checksums.initialize(ss.getRecordData())); in findLineTable()1794 auto ref = ss.getRecordData(); in findLineTable()
765 Expected<CVSymbol> sym = readSymbolFromStream(ss.getRecordData(), offset); in initializeFlags()
140 if (auto EC = Result.initialize(SS.getRecordData())) in findChecksumsSubsection()
50 BinaryStreamReader Reader(SS.getRecordData()); in findInlineeByTypeIndex()
471 BinaryStreamReader Reader(SS.getRecordData()); in findLineTable()
67 BinaryStreamReader Reader(SS.getRecordData()); in mark()
291 BinaryStreamReader Reader(SS.getRecordData()); in getSymbolStats()736 BinaryStreamReader Reader(SS.getRecordData()); in dumpUdtStats()
217 BinaryStreamReader Reader(SS.getRecordData()); in iterateModuleSubsections()
77 ASTWriter::RecordDataImpl &getRecordData() const { return *Record; } in getRecordData() function
115 llvm::BinaryStreamReader reader(ss.getRecordData()); in ParseInlineeLineTableForCompileUnit()
1206 llvm::BinaryStreamReader reader(dssr.getRecordData()); in ParseLineTable()
402 Writer.AddToken(S->getAsmToks()[I], Record.getRecordData()); in VisitMSAsmStmt()