Home
last modified time | relevance | path

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

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