Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp704 bool parseDirectiveError(SMLoc DirectiveLoc, bool WithMessage);
2249 return parseDirectiveError(IDLoc, false); in parseStatement()
2251 return parseDirectiveError(IDLoc, true); in parseStatement()
5393 bool AsmParser::parseDirectiveError(SMLoc L, bool WithMessage) { in parseDirectiveError() function in AsmParser
H A DMasmParser.cpp1057 bool parseDirectiveError(SMLoc DirectiveLoc);
2468 return parseDirectiveError(IDLoc); in parseStatement()
6473 bool MasmParser::parseDirectiveError(SMLoc DirectiveLoc) { in parseDirectiveError() function in MasmParser