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

References

include/llvm/TextAPI/MachO/ArchitectureSet.h
   74       if (Index == EndIndexVal)
   81       Index = EndIndexVal;
   87       if (Index != EndIndexVal && !(*ArchSet & (1UL << Index)))
  143   iterator end() { return {&ArchSet, EndIndexVal}; }
  146   const_iterator end() const { return {&ArchSet, EndIndexVal}; }