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

References

include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h
   67   Iterator end() const { return Checksums.end(); }
include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h
   63   Iterator end() const { return References.end(); }
include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h
   81   Iterator end() const { return Lines.end(); }
include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h
   94   Iterator end() const { return LinesAndColumns.end(); }
include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h
   30   CVSymbolArray::Iterator end() const { return Records.end(); }
include/llvm/DebugInfo/CodeView/StringsAndChecksums.h
   41     for (const DebugSubsectionRecord &R : FragmentRange) {
include/llvm/DebugInfo/CodeView/TypeHashing.h
  113     for (const auto &R : Records) {
  128       for (const auto &R : Records) {
  149     for (const auto &R : Records)
lib/DebugInfo/CodeView/CVSymbolVisitor.cpp
   67   for (auto I : Symbols) {
   76   for (auto I : Symbols) {
lib/DebugInfo/CodeView/CVTypeVisitor.cpp
  143   for (auto I : Types) {
lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
  247   auto End = Types.end();
  267   assert(RI != Types.end());
lib/DebugInfo/PDB/Native/DbiModuleList.cpp
  227     assert(DescriptorIter != Descriptors.end());
  235   assert(DescriptorIter == Descriptors.end());
  257   assert(Iter != Descriptors.end());
lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp
  112   return make_range(SymbolArray.begin(HadError), SymbolArray.end());
  117   assert(Iter != SymbolArray.end());
  123   return make_range(Subsections.begin(), Subsections.end());
lib/DebugInfo/PDB/Native/SymbolStream.cpp
   38   return llvm::make_range(SymbolRecords.begin(HadError), SymbolRecords.end());
lib/DebugInfo/PDB/Native/TpiStream.cpp
  243   return make_range(TypeRecords.begin(HadError), TypeRecords.end());
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  558   if (Iter == Checksums.getArray().end())
  915   for (const auto &SS : Subsections) {
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  789   for (const auto &T : Types) {
tools/lld/COFF/InputFiles.cpp
  707   for (const DebugSubsectionRecord &ss : subsections) {
  765   if (firstType == types.end())
tools/lld/COFF/PDB.cpp
  995   for (const DebugSubsectionRecord &ss : subsections) {
 1067   if (iter == checksums.getArray().end())
 1742     for (const DebugSubsectionRecord &ss : subsections) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.cpp
   90   for (const CVSymbol &sym : syms) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
 1040   auto end = scope.end();
 1180   for (const CVType &cvt : m_index.tpi().typeArray()) {
 1218     while (iter != symbols.end()) {
 1284   while (begin != symbols.end()) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp
  126   for (auto iter = syms.begin(); iter != syms.end(); ++iter) {
  190   lldbassert(iter != cci->m_debug_stream.getSymbolArray().end());
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  933   for (auto iter = syms.begin(); iter != syms.end(); ++iter) {
 1075   for (const DebugSubsectionRecord &dssr :
 1098       if (iter == checksums.end())
 1439   auto end = syms.end();
tools/llvm-pdbutil/DumpOutputStyle.cpp
  284   for (const auto &SS : SG.getDebugSubsections()) {
  303   for (const auto &Chunk : SG.getDebugSubsections()) {
  485                         for (const auto &SS : SG.getDebugSubsections()) {
  835       for (const auto &SS : Sec.getDebugSubsections()) {
tools/llvm-pdbutil/ExplainOutputStyle.cpp
  371     if (Current == ModuleDescriptors.end() || Offset < Current.offset())
tools/llvm-pdbutil/InputFile.cpp
  234   if (Iter == SC.checksums().getArray().end()) {
tools/llvm-pdbutil/TypeReferenceTracker.cpp
   57       for (const auto &SS : SG.getDebugSubsections()) {
   66         for (const CVSymbol &S : Symbols)
   70       for (const CVSymbol &S : SG.getPdbModuleStream().getSymbolArray())
unittests/Support/BinaryStreamTest.cpp
  497     ASSERT_EQ(Array.end(), Iter);