reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h
   50   using FileChecksumArray = VarStreamArray<codeview::FileChecksumEntry>;
include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h
   48   using ReferenceArray = VarStreamArray<CrossModuleImportItem>;
include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h
   62   using LinesArray = VarStreamArray<InlineeSourceLine>;
include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h
   81   using LineInfoArray = VarStreamArray<LineColumnEntry, LineColumnExtractor>;
include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
   96 using DebugSubsectionArray = VarStreamArray<DebugSubsectionRecord>;
include/llvm/DebugInfo/CodeView/SymbolRecord.h
 1000 using CVSymbolArray = VarStreamArray<CVSymbol>;
include/llvm/DebugInfo/CodeView/TypeRecord.h
   42 using CVTypeArray = VarStreamArray<CVType>;
include/llvm/DebugInfo/PDB/Native/DbiModuleList.h
   88   VarStreamArray<DbiModuleDescriptor> Descriptors;
include/llvm/Support/BinaryStreamArray.h
  115   VarStreamArray<ValueType, Extractor> substream(uint32_t Begin,
  115   VarStreamArray<ValueType, Extractor> substream(uint32_t Begin,
  154   typedef VarStreamArray<ValueType, Extractor> ArrayType;
include/llvm/Support/BinaryStreamReader.h
  217   Error readArray(VarStreamArray<T, U> &Array, uint32_t Size,
include/llvm/Support/BinaryStreamWriter.h
  168   Error writeArray(VarStreamArray<T, U> Array) {
tools/llvm-pdbutil/ExplainOutputStyle.cpp
  359   VarStreamArray<DbiModuleDescriptor> ModuleDescriptors;
unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
  166     VarStreamArray<CVType> TypeArray;
  376   VarStreamArray<CVType> TypeStream(ItemStream);
unittests/Support/BinaryStreamTest.cpp
  491     VarStreamArray<StringRef, StringExtractor> Array(*Stream.Input);