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

References

include/llvm/ADT/IntervalMap.h
 2101     : posA(b.empty() ? a.end() : a.find(b.start())),
 2102       posB(posA.valid() ? b.find(posA.start()) : b.end()) { advance(); }
include/llvm/CodeGen/LiveIntervalUnion.h
   73   ConstSegmentIter end() const { return Segments.end(); }
tools/dsymutil/DwarfLinker.cpp
 1710   auto InvalidRange = FunctionRanges.end(), CurrRange = InvalidRange;
 1842   auto InvalidRange = FunctionRanges.end(), CurrRange = InvalidRange;
tools/dsymutil/DwarfStreamer.cpp
  319   for (auto Range = FunctionRanges.begin(), End = FunctionRanges.end();
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp
   90   if (iter == m_va_to_modi.end())