Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp703 bool parseDirectiveError(SMLoc DirectiveLoc, bool WithMessage);
2251 return parseDirectiveError(IDLoc, false); in parseStatement()
2253 return parseDirectiveError(IDLoc, true); in parseStatement()
5382 bool AsmParser::parseDirectiveError(SMLoc L, bool WithMessage) { in parseDirectiveError() function in AsmParser
H A DMasmParser.cpp1057 bool parseDirectiveError(SMLoc DirectiveLoc);
2467 return parseDirectiveError(IDLoc); in parseStatement()
6472 bool MasmParser::parseDirectiveError(SMLoc DirectiveLoc) { in parseDirectiveError() function in MasmParser