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.cpp31 BinaryStreamReader Reader(R.getRecordData()); in visitDebugSubsection()
90 DebugUnknownSubsectionRef Fragment(R.kind(), R.getRecordData()); in visitDebugSubsection()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h47 LLVM_ABI BinaryStreamRef getRecordData() const;
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp665 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()
H A DInputFiles.cpp990 Expected<CVSymbol> sym = readSymbolFromStream(ss.getRecordData(), offset); in initializeFlags()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp138 if (auto EC = Result.initialize(SS.getRecordData())) in findChecksumsSubsection()
H A DNativeInlineSiteSymbol.cpp50 BinaryStreamReader Reader(SS.getRecordData()); in findInlineeByTypeIndex()
H A DSymbolCache.cpp475 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.h218 BinaryStreamReader Reader(SS.getRecordData()); in iterateModuleSubsections()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h78 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.cpp1203 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()