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

References

lib/CodeGen/TargetInstrInfo.cpp
   96   for (; *Str; ++Str) {
   96   for (; *Str; ++Str) {
   97     if (*Str == '\n' || strncmp(Str, MAI.getSeparatorString(),
   97     if (*Str == '\n' || strncmp(Str, MAI.getSeparatorString(),
  100     } else if (isAsmComment(Str, MAI)) {
  106     if (AtInsnStart && !std::isspace(static_cast<unsigned char>(*Str))) {
  108       if (strncmp(Str, ".space", 6) == 0) {
  111         SpaceSize = strtol(Str + 6, &EStr, 10);