Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/MC/MCParser/
DMasmParser.cpp990 bool parseDirectiveErrorIfdef(SMLoc DirectiveLoc, bool ExpectDefined);
2398 return parseDirectiveErrorIfdef(IDLoc, true); in parseStatement()
2400 return parseDirectiveErrorIfdef(IDLoc, false); in parseStatement()
6220 bool MasmParser::parseDirectiveErrorIfdef(SMLoc DirectiveLoc, in parseDirectiveErrorIfdef() function in MasmParser