Searched refs:parseDirectiveErrorIfidn (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 1064 bool parseDirectiveErrorIfidn(SMLoc DirectiveLoc, bool ExpectEqual, 2509 return parseDirectiveErrorIfidn(IDLoc, /*ExpectEqual=*/false, in parseStatement() 2512 return parseDirectiveErrorIfidn(IDLoc, /*ExpectEqual=*/false, in parseStatement() 2515 return parseDirectiveErrorIfidn(IDLoc, /*ExpectEqual=*/true, in parseStatement() 2518 return parseDirectiveErrorIfidn(IDLoc, /*ExpectEqual=*/true, in parseStatement() 6593 bool MasmParser::parseDirectiveErrorIfidn(SMLoc DirectiveLoc, bool ExpectEqual, in parseDirectiveErrorIfidn() function in MasmParser
|