|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h 46 BinaryStreamRef getRecordData() const;
References
lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp 65 : Contents.getRecordData().getLength();
80 : Contents.getRecordData().getLength();
89 if (auto EC = Writer.writeStreamRef(Contents.getRecordData()))
lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp 31 BinaryStreamReader Reader(R.getRecordData());
90 DebugUnknownSubsectionRef Fragment(R.kind(), R.getRecordData());
lib/DebugInfo/CodeView/StringsAndChecksums.cpp 38 consumeError(OwnedStrings->initialize(SR.getRecordData()));
78 consumeError(OwnedChecksums->initialize(FCR.getRecordData()));
lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp 139 if (auto EC = Result.initialize(SS.getRecordData()))
tools/lld/COFF/InputFiles.cpp 717 Expected<CVSymbol> sym = readSymbolFromStream(ss.getRecordData(), offset);
tools/lld/COFF/PDB.cpp 1005 exitOnErr(cVStrTab.initialize(ss.getRecordData()));
1011 exitOnErr(checksums.initialize(ss.getRecordData()));
1021 exitOnErr(inlineeLines.initialize(ss.getRecordData()));
1028 exitOnErr(fds.initialize(ss.getRecordData()));
1034 ss.getRecordData());
1747 exitOnErr(cVStrTab.initialize(ss.getRecordData()));
1753 exitOnErr(checksums.initialize(ss.getRecordData()));
1757 auto ref = ss.getRecordData();
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp 1081 llvm::BinaryStreamReader reader(dssr.getRecordData());
tools/llvm-pdbutil/DumpOutputStyle.cpp 290 BinaryStreamReader Reader(SS.getRecordData());
491 BinaryStreamReader Reader(SS.getRecordData());
840 BinaryStreamReader Reader(SS.getRecordData());
tools/llvm-pdbutil/TypeReferenceTracker.cpp 64 BinaryStreamReader Reader(SS.getRecordData());