Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp626 StringRef NonCoalSection = StringSwitch<StringRef>(Section) in parseDirectiveSection() local
632 if (!Section.equals(NonCoalSection)) { in parseDirectiveSection()
639 getParser().Note(Loc, "change section name to \"" + NonCoalSection + in parseDirectiveSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp700 StringRef NonCoalSection = StringSwitch<StringRef>(Section) in parseDirectiveSection() local
706 if (!Section.equals(NonCoalSection)) { in parseDirectiveSection()
713 getParser().Note(Loc, "change section name to \"" + NonCoalSection + in parseDirectiveSection()