Home
last modified time | relevance | path

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

12

/external/llvm/lib/DebugInfo/CodeView/
DModuleSubstreamVisitor.cpp62 return V.visitSymbols(R.getRecordData()); in visitModuleSubstream()
64 StreamReader Reader(R.getRecordData()); in visitModuleSubstream()
72 return V.visitLines(R.getRecordData(), Header, LineInfos); in visitModuleSubstream()
75 return V.visitStringTable(R.getRecordData()); in visitModuleSubstream()
77 StreamReader Reader(R.getRecordData()); in visitModuleSubstream()
81 return V.visitFileChecksums(R.getRecordData(), Checksums); in visitModuleSubstream()
84 return V.visitFrameData(R.getRecordData()); in visitModuleSubstream()
86 return V.visitInlineeLines(R.getRecordData()); in visitModuleSubstream()
88 return V.visitCrossScopeImports(R.getRecordData()); in visitModuleSubstream()
90 return V.visitCrossScopeExports(R.getRecordData()); in visitModuleSubstream()
[all …]
DModuleSubstream.cpp42 StreamRef ModuleSubstream::getRecordData() const { return Data; } in getRecordData() function in ModuleSubstream
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugSubsectionRecord.cpp53 BinaryStreamRef DebugSubsectionRecord::getRecordData() const { return Data; } in getRecordData() function in DebugSubsectionRecord
65 : Contents.getRecordData().getLength(); in calculateSerializedLength()
80 : Contents.getRecordData().getLength(); in commit()
89 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()
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DDebugSubsectionRecord.h44 BinaryStreamRef getRecordData() const;
/external/llvm/include/llvm/DebugInfo/CodeView/
DModuleSubstream.h66 StreamRef getRecordData() const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugSubsectionRecord.h46 BinaryStreamRef getRecordData() const;
/external/llvm-project/lld/COFF/
DPDB.cpp663 exitOnErr(cvStrTab.initialize(ss.getRecordData())); in handleDebugS()
669 exitOnErr(checksums.initialize(ss.getRecordData())); in handleDebugS()
687 exitOnErr(fds.initialize(ss.getRecordData())); in handleDebugS()
693 ss.getRecordData()); in handleDebugS()
735 exitOnErr(inlineeLines.initialize(inlineeSubsection.getRecordData())); in mergeInlineeLines()
1508 exitOnErr(cvStrTab.initialize(ss.getRecordData())); in findLineTable()
1514 exitOnErr(checksums.initialize(ss.getRecordData())); in findLineTable()
1518 auto ref = ss.getRecordData(); in findLineTable()
DInputFiles.cpp750 Expected<CVSymbol> sym = readSymbolFromStream(ss.getRecordData(), offset); in initializeFlags()
/external/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.cpp465 BinaryStreamReader Reader(SS.getRecordData()); in findLineTable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DModuleDebugStream.cpp139 if (auto EC = Result.initialize(SS.getRecordData())) in findChecksumsSubsection()
/external/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()
839 BinaryStreamReader Reader(SS.getRecordData()); in dumpUdtStats()
/external/icu/icu4c/source/i18n/unicode/
Dalphaindex.h636 virtual const void *getRecordData() const;
/external/icu/libicu/cts_headers/unicode/
Dalphaindex.h636 virtual const void *getRecordData() const;
/external/llvm-project/clang/include/clang/Serialization/
DASTRecordWriter.h71 ASTWriter::RecordDataImpl &getRecordData() const { return *Record; } in getRecordData() function
/external/clang/include/clang/Serialization/
DASTWriter.h737 ASTWriter::RecordDataImpl &getRecordData() const { return *Record; } in getRecordData() function
/external/icu/icu4c/source/test/intltest/
Dalphaindextst.cpp217 const void *itemContext = index->getRecordData(); in APITest()
/external/icu/icu4c/source/i18n/
Dalphaindex.cpp1208 const void *AlphabeticIndex::getRecordData() const { in getRecordData() function in AlphabeticIndex

12