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

References

lib/MC/MCParser/DarwinAsmParser.cpp
  693     MCSectionMachO::ParseSectionSpecifier(SectionSpec, Segment, Section,
  704     StringRef NonCoalSection = StringSwitch<StringRef>(Section)
  708                                    .Default(Section);
  710     if (!Section.equals(NonCoalSection)) {
  715       getParser().Warning(Loc, "section \"" + Section + "\" is deprecated",
  725       Segment, Section, TAA, StubSize,