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/DebugLinesSubsection.h
   73                    LineColumnEntry &Item);
   81   using LineInfoArray = VarStreamArray<LineColumnEntry, LineColumnExtractor>;
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/DebugLinesSubsection.cpp
   24                                       LineColumnEntry &Item) {
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  589   for (const auto &L : Lines) {
tools/lld/COFF/PDB.cpp
 1808   for (LineColumnEntry &entry : lines) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1093     for (const LineColumnEntry &group : lines) {
tools/llvm-pdbutil/DumpOutputStyle.cpp
  909                                    const LineColumnEntry &E) {
  960         for (const auto &Block : Lines) {
tools/llvm-readobj/COFFDumper.cpp
 1126     for (const auto &Entry : LineInfo) {
usr/include/c++/7.4.0/bits/stl_iterator_base_types.h
  123       typedef _Tp        value_type;