Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h44 BinaryStreamRef getRecordData() const;
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp671 BinaryStreamRef sr = ss.getRecordData(); in writeAllModuleSymbolRecords()
779 exitOnErr(cvStrTab.initialize(ss.getRecordData())); in handleDebugS()
785 exitOnErr(checksums.initialize(ss.getRecordData())); in handleDebugS()
797 ss.getRecordData()); in handleDebugS()
889 BinaryStreamRef sr = ss.getRecordData(); in addUnrelocatedSubsection()
903 BinaryStreamRef sr = ss.getRecordData(); in addFrameDataSubsection()
1784 exitOnErr(cvStrTab.initialize(ss.getRecordData())); in findLineTable()
1790 exitOnErr(checksums.initialize(ss.getRecordData())); in findLineTable()
1794 auto ref = ss.getRecordData(); in findLineTable()
H A DInputFiles.cpp765 Expected<CVSymbol> sym = readSymbolFromStream(ss.getRecordData(), offset); in initializeFlags()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp67 BinaryStreamReader Reader(SS.getRecordData()); in mark()
H A DDumpOutputStyle.cpp291 BinaryStreamReader Reader(SS.getRecordData()); in getSymbolStats()
736 BinaryStreamReader Reader(SS.getRecordData()); in dumpUdtStats()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h217 BinaryStreamReader Reader(SS.getRecordData()); in iterateModuleSubsections()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h77 ASTWriter::RecordDataImpl &getRecordData() const { return *Record; } in getRecordData() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp115 llvm::BinaryStreamReader reader(ss.getRecordData()); in ParseInlineeLineTableForCompileUnit()
H A DSymbolFileNativePDB.cpp1206 llvm::BinaryStreamReader reader(dssr.getRecordData()); in ParseLineTable()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp402 Writer.AddToken(S->getAsmToks()[I], Record.getRecordData()); in VisitMSAsmStmt()