Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp701 bool parseDirectiveError(SMLoc DirectiveLoc, bool WithMessage);
2255 return parseDirectiveError(IDLoc, false); in parseStatement()
2257 return parseDirectiveError(IDLoc, true); in parseStatement()
5368 bool AsmParser::parseDirectiveError(SMLoc L, bool WithMessage) { in parseDirectiveError() function in AsmParser
H A DMasmParser.cpp1057 bool parseDirectiveError(SMLoc DirectiveLoc);
2499 return parseDirectiveError(IDLoc); in parseStatement()
6504 bool MasmParser::parseDirectiveError(SMLoc DirectiveLoc) { in parseDirectiveError() function in MasmParser