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

References

lib/MC/MCParser/DarwinAsmParser.cpp
  669     return Error(Loc, "expected identifier after '.section' directive");
  697     return Error(Loc, ErrorStr);
  711       StringRef SectionVal(Loc.getPointer());
  715       getParser().Warning(Loc, "section \"" + Section + "\" is deprecated",
  717       getParser().Note(Loc, "change section name to \"" + NonCoalSection +