Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp696 bool parseDirectiveWarning(SMLoc DirectiveLoc);
2246 return parseDirectiveWarning(IDLoc); in parseStatement()
5369 bool AsmParser::parseDirectiveWarning(SMLoc L) { in parseDirectiveWarning() function in AsmParser