Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A 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()
H A DStringsAndChecksums.cpp38 consumeError(OwnedStrings->initialize(SR.getRecordData())); in initializeStrings()
78 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h44 BinaryStreamRef getRecordData() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp139 if (auto EC = Result.initialize(SS.getRecordData())) in findChecksumsSubsection()
H A DNativeInlineSiteSymbol.cpp44 BinaryStreamReader Reader(SS.getRecordData()); in findInlineeByTypeIndex()
H A DSymbolCache.cpp466 BinaryStreamReader Reader(SS.getRecordData()); in findLineTable()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp64 BinaryStreamReader Reader(SS.getRecordData()); in mark()
H A DDumpOutputStyle.cpp290 BinaryStreamReader Reader(SS.getRecordData()); in getSymbolStats()
491 BinaryStreamReader Reader(SS.getRecordData()); in iterateModuleSubsections()
835 BinaryStreamReader Reader(SS.getRecordData()); in dumpUdtStats()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTRecordWriter.h72 ASTWriter::RecordDataImpl &getRecordData() const { return *Record; } in getRecordData() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp332 Writer.AddToken(S->getAsmToks()[I], Record.getRecordData()); in VisitMSAsmStmt()