Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp473 bool parseDirectiveWarning(SMLoc DirectiveLoc);
1558 return parseDirectiveWarning(IDLoc); in parseStatement()
4109 bool AsmParser::parseDirectiveWarning(SMLoc L) { in parseDirectiveWarning() function in AsmParser