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

References

unittests/Support/TargetParserTest.cpp
  667   for (unsigned i = 0; i < array_lengthof(Arch); i++) {
  667   for (unsigned i = 0; i < array_lengthof(Arch); i++) {
  668     std::string arm_1 = "armeb" + (std::string)(Arch[i]);
  669     std::string arm_2 = "arm" + (std::string)(Arch[i]) + "eb";
  670     std::string arm_3 = "arm" + (std::string)(Arch[i]);
  671     std::string thumb_1 = "thumbeb" + (std::string)(Arch[i]);
  672     std::string thumb_2 = "thumb" + (std::string)(Arch[i]) + "eb";
  673     std::string thumb_3 = "thumb" + (std::string)(Arch[i]);
  682     if (i >= 4) {