Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp596 StringRef NonCoalSection = StringSwitch<StringRef>(Section) in parseDirectiveSection() local
602 if (!Section.equals(NonCoalSection)) { in parseDirectiveSection()
609 getParser().Note(Loc, "change section name to \"" + NonCoalSection + in parseDirectiveSection()