Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp672 bool parseDirectiveError(SMLoc DirectiveLoc, bool WithMessage);
2150 return parseDirectiveError(IDLoc, false); in parseStatement()
2152 return parseDirectiveError(IDLoc, true); in parseStatement()
5255 bool AsmParser::parseDirectiveError(SMLoc L, bool WithMessage) { in parseDirectiveError() function in AsmParser