Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h44 BinaryStreamRef getRecordData() const;
/openbsd/gnu/llvm/lld/COFF/
H A DPDB.cpp674 BinaryStreamRef sr = ss.getRecordData(); in writeAllModuleSymbolRecords()
782 exitOnErr(cvStrTab.initialize(ss.getRecordData())); in handleDebugS()
788 exitOnErr(checksums.initialize(ss.getRecordData())); in handleDebugS()
800 ss.getRecordData()); in handleDebugS()
892 BinaryStreamRef sr = ss.getRecordData(); in addUnrelocatedSubsection()
906 BinaryStreamRef sr = ss.getRecordData(); in addFrameDataSubsection()
1750 exitOnErr(cvStrTab.initialize(ss.getRecordData())); in findLineTable()
1756 exitOnErr(checksums.initialize(ss.getRecordData())); in findLineTable()
1760 auto ref = ss.getRecordData(); in findLineTable()
H A DInputFiles.cpp724 Expected<CVSymbol> sym = readSymbolFromStream(ss.getRecordData(), offset); in initializeFlags()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp67 BinaryStreamReader Reader(SS.getRecordData()); in mark()
H A DDumpOutputStyle.cpp290 BinaryStreamReader Reader(SS.getRecordData()); in getSymbolStats()
735 BinaryStreamReader Reader(SS.getRecordData()); in dumpUdtStats()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h217 BinaryStreamReader Reader(SS.getRecordData()); in iterateModuleSubsections()
/openbsd/gnu/llvm/clang/include/clang/Serialization/
H A DASTRecordWriter.h75 ASTWriter::RecordDataImpl &getRecordData() const { return *Record; } in getRecordData() function
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp334 Writer.AddToken(S->getAsmToks()[I], Record.getRecordData()); in VisitMSAsmStmt()