Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp703 bool parseDirectiveWarning(SMLoc DirectiveLoc);
2260 return parseDirectiveWarning(IDLoc); in parseStatement()
5392 bool AsmParser::parseDirectiveWarning(SMLoc L) { in parseDirectiveWarning() function in AsmParser