Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp694 bool parseDirectiveWarning(SMLoc DirectiveLoc);
2239 return parseDirectiveWarning(IDLoc); in parseStatement()
5348 bool AsmParser::parseDirectiveWarning(SMLoc L) { in parseDirectiveWarning() function in AsmParser