Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp693 bool parseDirectiveError(SMLoc DirectiveLoc, bool WithMessage);
2242 return parseDirectiveError(IDLoc, false); in parseStatement()
2244 return parseDirectiveError(IDLoc, true); in parseStatement()
5344 bool AsmParser::parseDirectiveError(SMLoc L, bool WithMessage) { in parseDirectiveError() function in AsmParser
H A DMasmParser.cpp1039 bool parseDirectiveError(SMLoc DirectiveLoc);
2519 return parseDirectiveError(IDLoc); in parseStatement()
6520 bool MasmParser::parseDirectiveError(SMLoc DirectiveLoc) { in parseDirectiveError() function in MasmParser