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

References

lib/CodeGen/StackSlotColoring.cpp
  214   for (auto &I : *LS)
lib/DebugInfo/PDB/PDBSymbol.cpp
  133   for (auto &Stat : Stats) {
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  145   for (auto it = Relocations.begin(), e = Relocations.end(); it != e; ++it) {
lib/Target/AMDGPU/SIPeepholeSDWA.cpp
 1224       for (const auto &OperandPair : SDWAOperands) {
 1237       for (const auto &OperandPair : SDWAOperands) {
 1245       for (auto &PotentialPair : PotentialMatches) {
lib/Target/Hexagon/RDFGraph.cpp
 1000   for (auto I = DefM.begin(), E = DefM.end(); I != E; ++I)
 1009   for (auto I = DefM.begin(), E = DefM.end(); I != E; ++I)
lib/Transforms/IPO/FunctionImport.cpp
  610   for (auto &V : Cont)
  645         ++EI;
lib/Transforms/IPO/GlobalDCE.cpp
  151     for (auto &&CM : make_range(ComdatMembers.equal_range(C))) {
lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  661   for (auto &&CM : make_range(ComdatMembers.equal_range(C))) {
  702   for (auto &&CM : make_range(ComdatMembers.equal_range(OrigComdat))) {
tools/lld/lib/Core/Resolver.cpp
  329     for (auto &p : llvm::make_range(_reverseRef.equal_range(defAtom))) {
tools/lldb/include/lldb/Breakpoint/Breakpoint.h
  533     for (auto name : m_name_list) {
tools/lldb/source/Breakpoint/Breakpoint.cpp
   83     for (auto name : m_name_list) {
  912         for (std::string name : m_name_list) {
tools/lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp
   87     for (std::string name : m_function_names) {
tools/lldb/source/Host/common/NativeProcessProtocol.cpp
  648   for (const auto &pair : m_software_breakpoints) {
unittests/DebugInfo/PDB/PDBApiTest.cpp
  448     for (auto item = SymbolMap.begin(); item != SymbolMap.end(); ++item) {
  454     for (auto item = SymbolMap.begin(); item != SymbolMap.end(); ++item) {
usr/include/c++/7.4.0/bits/stl_iterator_base_funcs.h
  153 	++__i;
utils/TableGen/DFAPacketizerEmitter.cpp
  410   for (auto &KV : ItinsByNamespace)