Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp700 bool parseDirectiveError(SMLoc DirectiveLoc, bool WithMessage);
2256 return parseDirectiveError(IDLoc, false); in parseStatement()
2258 return parseDirectiveError(IDLoc, true); in parseStatement()
5367 bool AsmParser::parseDirectiveError(SMLoc L, bool WithMessage) { in parseDirectiveError() function in AsmParser
H A DMasmParser.cpp1038 bool parseDirectiveError(SMLoc DirectiveLoc);
2484 return parseDirectiveError(IDLoc); in parseStatement()
6488 bool MasmParser::parseDirectiveError(SMLoc DirectiveLoc) { in parseDirectiveError() function in MasmParser