Home
last modified time | relevance | path

Searched refs:getRecordData (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp49 BinaryStreamRef DebugSubsectionRecord::getRecordData() const { return Data; } in getRecordData() function in DebugSubsectionRecord
61 : Contents.getRecordData().getLength(); in calculateSerializedLength()
77 : Contents.getRecordData().getLength(); in commit()
86 if (auto EC = Writer.writeStreamRef(Contents.getRecordData())) in commit()
H A DStringsAndChecksums.cpp37 consumeError(OwnedStrings->initialize(SR.getRecordData())); in initializeStrings()
77 consumeError(OwnedChecksums->initialize(FCR.getRecordData())); in initializeChecksums()
H A DDebugSubsectionVisitor.cpp32 BinaryStreamReader Reader(R.getRecordData()); in visitDebugSubsection()
91 DebugUnknownSubsectionRef Fragment(R.kind(), R.getRecordData()); in visitDebugSubsection()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h44 BinaryStreamRef getRecordData() const;
/llvm-project-15.0.7/lld/COFF/
H A DPDB.cpp669 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()
H A DInputFiles.cpp723 Expected<CVSymbol> sym = readSymbolFromStream(ss.getRecordData(), offset); in initializeFlags()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp140 if (auto EC = Result.initialize(SS.getRecordData())) in findChecksumsSubsection()
H A DNativeInlineSiteSymbol.cpp50 BinaryStreamReader Reader(SS.getRecordData()); in findInlineeByTypeIndex()
H A DSymbolCache.cpp471 BinaryStreamReader Reader(SS.getRecordData()); in findLineTable()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp66 BinaryStreamReader Reader(SS.getRecordData()); in mark()
H A DDumpOutputStyle.cpp290 BinaryStreamReader Reader(SS.getRecordData()); in getSymbolStats()
734 BinaryStreamReader Reader(SS.getRecordData()); in dumpUdtStats()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h218 BinaryStreamReader Reader(SS.getRecordData()); in iterateModuleSubsections()
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTRecordWriter.h75 ASTWriter::RecordDataImpl &getRecordData() const { return *Record; } in getRecordData() function
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp115 llvm::BinaryStreamReader reader(ss.getRecordData()); in ParseInlineeLineTableForCompileUnit()
H A DSymbolFileNativePDB.cpp1107 llvm::BinaryStreamReader reader(dssr.getRecordData()); in ParseLineTable()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp334 Writer.AddToken(S->getAsmToks()[I], Record.getRecordData()); in VisitMSAsmStmt()