/external/llvm/lib/DebugInfo/CodeView/ |
D | ModuleSubstreamVisitor.cpp | 62 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 …]
|
D | ModuleSubstream.cpp | 42 StreamRef ModuleSubstream::getRecordData() const { return Data; } in getRecordData() function in ModuleSubstream
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | DebugSubsectionRecord.cpp | 50 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()
|
D | StringsAndChecksums.cpp | 38 consumeError(OwnedStrings->initialize(SR.getRecordData())); in initializeStrings() 78 consumeError(OwnedChecksums->initialize(FCR.getRecordData())); in initializeChecksums()
|
D | DebugSubsectionVisitor.cpp | 31 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/ |
D | DebugSubsectionRecord.cpp | 53 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()
|
D | StringsAndChecksums.cpp | 38 consumeError(OwnedStrings->initialize(SR.getRecordData())); in initializeStrings() 78 consumeError(OwnedChecksums->initialize(FCR.getRecordData())); in initializeChecksums()
|
D | DebugSubsectionVisitor.cpp | 31 BinaryStreamReader Reader(R.getRecordData()); in visitDebugSubsection() 90 DebugUnknownSubsectionRef Fragment(R.kind(), R.getRecordData()); in visitDebugSubsection()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugSubsectionRecord.h | 44 BinaryStreamRef getRecordData() const;
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | ModuleSubstream.h | 66 StreamRef getRecordData() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugSubsectionRecord.h | 46 BinaryStreamRef getRecordData() const;
|
/external/llvm-project/lld/COFF/ |
D | PDB.cpp | 663 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()
|
D | InputFiles.cpp | 750 Expected<CVSymbol> sym = readSymbolFromStream(ss.getRecordData(), offset); in initializeFlags()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | ModuleDebugStream.cpp | 139 if (auto EC = Result.initialize(SS.getRecordData())) in findChecksumsSubsection()
|
D | NativeInlineSiteSymbol.cpp | 44 BinaryStreamReader Reader(SS.getRecordData()); in findInlineeByTypeIndex()
|
D | SymbolCache.cpp | 465 BinaryStreamReader Reader(SS.getRecordData()); in findLineTable()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | ModuleDebugStream.cpp | 139 if (auto EC = Result.initialize(SS.getRecordData())) in findChecksumsSubsection()
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | TypeReferenceTracker.cpp | 64 BinaryStreamReader Reader(SS.getRecordData()); in mark()
|
D | DumpOutputStyle.cpp | 290 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/ |
D | alphaindex.h | 636 virtual const void *getRecordData() const;
|
/external/icu/libicu/cts_headers/unicode/ |
D | alphaindex.h | 636 virtual const void *getRecordData() const;
|
/external/llvm-project/clang/include/clang/Serialization/ |
D | ASTRecordWriter.h | 71 ASTWriter::RecordDataImpl &getRecordData() const { return *Record; } in getRecordData() function
|
/external/clang/include/clang/Serialization/ |
D | ASTWriter.h | 737 ASTWriter::RecordDataImpl &getRecordData() const { return *Record; } in getRecordData() function
|
/external/icu/icu4c/source/test/intltest/ |
D | alphaindextst.cpp | 217 const void *itemContext = index->getRecordData(); in APITest()
|
/external/icu/icu4c/source/i18n/ |
D | alphaindex.cpp | 1208 const void *AlphabeticIndex::getRecordData() const { in getRecordData() function in AlphabeticIndex
|