Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
DDebugSubsectionRecord.cpp50 BinaryStreamRef DebugSubsectionRecord::getRecordData() const { return Data; } in getRecordData() function in DebugSubsectionRecord
62 : Contents.getRecordData().getLength(); in calculateSerializedLength()
78 : Contents.getRecordData().getLength(); in commit()
87 if (auto EC = Writer.writeStreamRef(Contents.getRecordData())) in commit()
DStringsAndChecksums.cpp38 consumeError(OwnedStrings->initialize(SR.getRecordData())); in initializeStrings()
78 consumeError(OwnedChecksums->initialize(FCR.getRecordData())); in initializeChecksums()
DDebugSubsectionVisitor.cpp31 BinaryStreamReader Reader(R.getRecordData()); in visitDebugSubsection()
90 DebugUnknownSubsectionRef Fragment(R.kind(), R.getRecordData()); in visitDebugSubsection()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DDebugSubsectionRecord.h44 BinaryStreamRef getRecordData() const;
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
DPDB.cpp675 BinaryStreamRef sr = ss.getRecordData(); in writeAllModuleSymbolRecords()
781 exitOnErr(cvStrTab.initialize(ss.getRecordData())); in handleDebugS()
787 exitOnErr(checksums.initialize(ss.getRecordData())); in handleDebugS()
799 ss.getRecordData()); in handleDebugS()
886 BinaryStreamRef sr = ss.getRecordData(); in addUnrelocatedSubsection()
900 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()
DInputFiles.cpp752 Expected<CVSymbol> sym = readSymbolFromStream(ss.getRecordData(), offset); in initializeFlags()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DModuleDebugStream.cpp139 if (auto EC = Result.initialize(SS.getRecordData())) in findChecksumsSubsection()
DNativeInlineSiteSymbol.cpp44 BinaryStreamReader Reader(SS.getRecordData()); in findInlineeByTypeIndex()
DSymbolCache.cpp466 BinaryStreamReader Reader(SS.getRecordData()); in findLineTable()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DTypeReferenceTracker.cpp64 BinaryStreamReader Reader(SS.getRecordData()); in mark()
DDumpOutputStyle.cpp290 BinaryStreamReader Reader(SS.getRecordData()); in getSymbolStats()
491 BinaryStreamReader Reader(SS.getRecordData()); in iterateModuleSubsections()
835 BinaryStreamReader Reader(SS.getRecordData()); in dumpUdtStats()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
DASTRecordWriter.h72 ASTWriter::RecordDataImpl &getRecordData() const { return *Record; } in getRecordData() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DSymbolFileNativePDB.cpp1067 llvm::BinaryStreamReader reader(dssr.getRecordData()); in ParseLineTable()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp332 Writer.AddToken(S->getAsmToks()[I], Record.getRecordData()); in VisitMSAsmStmt()