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

References

include/llvm/ADT/iterator.h
   68     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h
   54                    codeview::InlineeSourceLine &Item);
   62   using LinesArray = VarStreamArray<InlineeSourceLine>;
include/llvm/Support/BinaryStreamArray.h
   92   typedef VarStreamArrayIterator<ValueType, Extractor> Iterator;
  115   VarStreamArray<ValueType, Extractor> substream(uint32_t Begin,
  151     : public iterator_facade_base<VarStreamArrayIterator<ValueType, Extractor>,
  152                                   std::forward_iterator_tag, ValueType> {
  153   typedef VarStreamArrayIterator<ValueType, Extractor> IterType;
  154   typedef VarStreamArray<ValueType, Extractor> ArrayType;
  191   const ValueType &operator*() const {
  196   ValueType &operator*() {
  241   ValueType ThisValue;
include/llvm/Support/BinaryStreamReader.h
  217   Error readArray(VarStreamArray<T, U> &Array, uint32_t Size,
lib/DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp
   24 operator()(BinaryStreamRef Stream, uint32_t &Len, InlineeSourceLine &Item) {
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  625   for (const auto &IL : Lines) {
tools/lld/COFF/PDB.cpp
 1078   for (const InlineeSourceLine &line : inlineeLines) {
tools/llvm-pdbutil/DumpOutputStyle.cpp
  996         for (const auto &Entry : Lines) {
tools/llvm-readobj/COFFDumper.cpp
 1210   for (auto &Line : Lines) {
usr/include/c++/7.4.0/bits/stl_iterator_base_types.h
  123       typedef _Tp        value_type;