Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1043 bool parseDirectiveErrorIfdef(SMLoc DirectiveLoc, bool ExpectDefined);
2525 return parseDirectiveErrorIfdef(IDLoc, true); in parseStatement()
2527 return parseDirectiveErrorIfdef(IDLoc, false); in parseStatement()
6565 bool MasmParser::parseDirectiveErrorIfdef(SMLoc DirectiveLoc, in parseDirectiveErrorIfdef() function in MasmParser