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;
669 BinaryStreamRef sr = ss.getRecordData(); in writeAllModuleSymbolRecords()776 exitOnErr(cvStrTab.initialize(ss.getRecordData())); in handleDebugS()782 exitOnErr(checksums.initialize(ss.getRecordData())); in handleDebugS()794 ss.getRecordData()); in handleDebugS()885 BinaryStreamRef sr = ss.getRecordData(); in addUnrelocatedSubsection()899 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()
723 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()
66 BinaryStreamReader Reader(SS.getRecordData()); in mark()
290 BinaryStreamReader Reader(SS.getRecordData()); in getSymbolStats()734 BinaryStreamReader Reader(SS.getRecordData()); in dumpUdtStats()
218 BinaryStreamReader Reader(SS.getRecordData()); in iterateModuleSubsections()
75 ASTWriter::RecordDataImpl &getRecordData() const { return *Record; } in getRecordData() function
115 llvm::BinaryStreamReader reader(ss.getRecordData()); in ParseInlineeLineTableForCompileUnit()
1107 llvm::BinaryStreamReader reader(dssr.getRecordData()); in ParseLineTable()
334 Writer.AddToken(S->getAsmToks()[I], Record.getRecordData()); in VisitMSAsmStmt()