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

References

include/llvm/TextAPI/MachO/ArchitectureSet.h
   30   const static ArchSetType EndIndexVal =
   31       std::numeric_limits<ArchSetType>::max();
   32   ArchSetType ArchSet{0};
   36   constexpr ArchitectureSet(ArchSetType Raw) : ArchSet(Raw) {}
   60   ArchSetType rawValue() const { return ArchSet; }
   70     ArchSetType Index;
   85     arch_iterator(Ty *ArchSet, ArchSetType Index = 0)
  139   using iterator = arch_iterator<ArchSetType>;
  140   using const_iterator = arch_iterator<const ArchSetType>;
lib/TextAPI/MachO/ArchitectureSet.cpp
   30   for (unsigned i = 0; i < sizeof(ArchSetType) * 8; ++i)