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()
31 BinaryStreamReader Reader(R.getRecordData()); in visitDebugSubsection()90 DebugUnknownSubsectionRef Fragment(R.kind(), R.getRecordData()); in visitDebugSubsection()
47 LLVM_ABI BinaryStreamRef getRecordData() const;
665 BinaryStreamRef sr = ss.getRecordData(); in writeAllModuleSymbolRecords()773 exitOnErr(cvStrTab.initialize(ss.getRecordData())); in handleDebugS()779 exitOnErr(checksums.initialize(ss.getRecordData())); in handleDebugS()791 ss.getRecordData()); in handleDebugS()884 BinaryStreamRef sr = ss.getRecordData(); in addUnrelocatedSubsection()898 BinaryStreamRef sr = ss.getRecordData(); in addFrameDataSubsection()1791 exitOnErr(cvStrTab.initialize(ss.getRecordData())); in findLineTable()1797 exitOnErr(checksums.initialize(ss.getRecordData())); in findLineTable()1801 auto ref = ss.getRecordData(); in findLineTable()
990 Expected<CVSymbol> sym = readSymbolFromStream(ss.getRecordData(), offset); in initializeFlags()
138 if (auto EC = Result.initialize(SS.getRecordData())) in findChecksumsSubsection()
50 BinaryStreamReader Reader(SS.getRecordData()); in findInlineeByTypeIndex()
475 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()
218 BinaryStreamReader Reader(SS.getRecordData()); in iterateModuleSubsections()
78 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()
402 Writer.AddToken(S->getAsmToks()[I], Record.getRecordData()); in VisitMSAsmStmt()