Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp660 bool parseDirectiveWarning(SMLoc DirectiveLoc);
2118 return parseDirectiveWarning(IDLoc); in parseStatement()
5143 bool AsmParser::parseDirectiveWarning(SMLoc L) { in parseDirectiveWarning() function in AsmParser