Searched refs:getRecordData (Results 1 – 10 of 10) sorted by relevance
54 BinaryStreamRef DebugSubsectionRecord::getRecordData() const { return Data; } in getRecordData() function in DebugSubsectionRecord66 : Contents.getRecordData().getLength(); in calculateSerializedLength()81 : Contents.getRecordData().getLength(); in commit()90 if (auto EC = Writer.writeStreamRef(Contents.getRecordData())) in commit()
39 consumeError(OwnedStrings->initialize(SR.getRecordData())); in initializeStrings()79 consumeError(OwnedChecksums->initialize(FCR.getRecordData())); in initializeChecksums()
32 BinaryStreamReader Reader(R.getRecordData()); in visitDebugSubsection()91 DebugUnknownSubsectionRef Fragment(R.kind(), R.getRecordData()); in visitDebugSubsection()
47 BinaryStreamRef getRecordData() const;
408 Expected<CVSymbol> Sym = readSymbolFromStream(SS.getRecordData(), 0); in extractPCHSignature()1191 ExitOnErr(CVStrTab.initialize(SS.getRecordData())); in handleDebugS()1197 ExitOnErr(Checksums.initialize(SS.getRecordData())); in handleDebugS()1209 ExitOnErr(FDS.initialize(SS.getRecordData())); in handleDebugS()1215 SS.getRecordData()); in handleDebugS()1690 ExitOnErr(CVStrTab.initialize(SS.getRecordData())); in findLineTable()1696 ExitOnErr(Checksums.initialize(SS.getRecordData())); in findLineTable()1700 auto Ref = SS.getRecordData(); in findLineTable()
132 if (auto EC = Result.initialize(SS.getRecordData())) in findChecksumsSubsection()
268 BinaryStreamReader Reader(SS.getRecordData()); in getSymbolStats()457 BinaryStreamReader Reader(SS.getRecordData()); in iterateModuleSubsections()777 BinaryStreamReader Reader(SS.getRecordData()); in dumpUdtStats()
791 ASTWriter::RecordDataImpl &getRecordData() const { return *Record; } in getRecordData() function
1054 llvm::BinaryStreamReader reader(dssr.getRecordData()); in ParseLineTable()
320 Writer.AddToken(S->getAsmToks()[I], Record.getRecordData()); in VisitMSAsmStmt()