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;
674 BinaryStreamRef sr = ss.getRecordData(); in writeAllModuleSymbolRecords()782 exitOnErr(cvStrTab.initialize(ss.getRecordData())); in handleDebugS()788 exitOnErr(checksums.initialize(ss.getRecordData())); in handleDebugS()800 ss.getRecordData()); in handleDebugS()892 BinaryStreamRef sr = ss.getRecordData(); in addUnrelocatedSubsection()906 BinaryStreamRef sr = ss.getRecordData(); in addFrameDataSubsection()1750 exitOnErr(cvStrTab.initialize(ss.getRecordData())); in findLineTable()1756 exitOnErr(checksums.initialize(ss.getRecordData())); in findLineTable()1760 auto ref = ss.getRecordData(); in findLineTable()
724 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()
290 BinaryStreamReader Reader(SS.getRecordData()); in getSymbolStats()735 BinaryStreamReader Reader(SS.getRecordData()); in dumpUdtStats()
217 BinaryStreamReader Reader(SS.getRecordData()); in iterateModuleSubsections()
75 ASTWriter::RecordDataImpl &getRecordData() const { return *Record; } in getRecordData() function
115 llvm::BinaryStreamReader reader(ss.getRecordData()); in ParseInlineeLineTableForCompileUnit()
1203 llvm::BinaryStreamReader reader(dssr.getRecordData()); in ParseLineTable()
334 Writer.AddToken(S->getAsmToks()[I], Record.getRecordData()); in VisitMSAsmStmt()