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

References

lib/CodeGen/MachineInstr.cpp
  410   auto LHSPointees = make_pointee_range(LHS);
  411   auto RHSPointees = make_pointee_range(RHS);
  442   for (const MachineInstr &MI : make_pointee_range(MIs.slice(1))) {
tools/clang/tools/extra/clangd/index/FileIndex.cpp
  221         llvm::make_pointee_range(AllSymbols), std::move(AllRefs),
  228         llvm::make_pointee_range(AllSymbols), std::move(AllRefs),
tools/llvm-objcopy/ELF/Object.h
 1033     return make_pointee_range(Sections);
 1039     return make_filter_range(make_pointee_range(Sections), sectionIsAlloc);
 1049   Range<Segment> segments() { return make_pointee_range(Segments); }
 1050   ConstRange<Segment> segments() const { return make_pointee_range(Segments); }
unittests/ADT/IteratorTest.cpp
  155   for (int II : make_pointee_range(V))
utils/TableGen/GICombinerEmitter.cpp
  224   for (const CombineRule &EnumeratedRule : make_pointee_range(Rules)) {