Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp54 BinaryStreamRef DebugSubsectionRecord::getRecordData() const { return Data; } in getRecordData() function in DebugSubsectionRecord
66 : Contents.getRecordData().getLength(); in calculateSerializedLength()
81 : Contents.getRecordData().getLength(); in commit()
90 if (auto EC = Writer.writeStreamRef(Contents.getRecordData())) in commit()
H A DStringsAndChecksums.cpp39 consumeError(OwnedStrings->initialize(SR.getRecordData())); in initializeStrings()
79 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-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h47 BinaryStreamRef getRecordData() const;
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp408 Expected<CVSymbol> Sym = readSymbolFromStream(SS.getRecordData(), 0); in extractPCHSignature()
1191 ExitOnErr(CVStrTab.initialize(SS.getRecordData())); in handleDebugS()
1197 ExitOnErr(Checksums.initialize(SS.getRecordData())); in handleDebugS()
1209 ExitOnErr(FDS.initialize(SS.getRecordData())); in handleDebugS()
1215 SS.getRecordData()); in handleDebugS()
1690 ExitOnErr(CVStrTab.initialize(SS.getRecordData())); in findLineTable()
1696 ExitOnErr(Checksums.initialize(SS.getRecordData())); in findLineTable()
1700 auto Ref = SS.getRecordData(); in findLineTable()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp132 if (auto EC = Result.initialize(SS.getRecordData())) in findChecksumsSubsection()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp268 BinaryStreamReader Reader(SS.getRecordData()); in getSymbolStats()
457 BinaryStreamReader Reader(SS.getRecordData()); in iterateModuleSubsections()
777 BinaryStreamReader Reader(SS.getRecordData()); in dumpUdtStats()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h791 ASTWriter::RecordDataImpl &getRecordData() const { return *Record; } in getRecordData() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1054 llvm::BinaryStreamReader reader(dssr.getRecordData()); in ParseLineTable()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp320 Writer.AddToken(S->getAsmToks()[I], Record.getRecordData()); in VisitMSAsmStmt()