Home
last modified time | relevance | path

Searched refs:NonCoalSection (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp702 StringRef NonCoalSection = StringSwitch<StringRef>(Section) in parseDirectiveSection() local
708 if (Section != NonCoalSection) { in parseDirectiveSection()
715 getParser().Note(Loc, "change section name to \"" + NonCoalSection + in parseDirectiveSection()