Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp691 bool parseDirectiveError(SMLoc DirectiveLoc, bool WithMessage);
2235 return parseDirectiveError(IDLoc, false); in parseStatement()
2237 return parseDirectiveError(IDLoc, true); in parseStatement()
5323 bool AsmParser::parseDirectiveError(SMLoc L, bool WithMessage) { in parseDirectiveError() function in AsmParser
H A DMasmParser.cpp986 bool parseDirectiveError(SMLoc DirectiveLoc);
2400 return parseDirectiveError(IDLoc); in parseStatement()
6193 bool MasmParser::parseDirectiveError(SMLoc DirectiveLoc) { in parseDirectiveError() function in MasmParser