Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMasmParser.cpp990 bool parseDirectiveErrorIfdef(SMLoc DirectiveLoc, bool ExpectDefined);
2406 return parseDirectiveErrorIfdef(IDLoc, true); in parseStatement()
2408 return parseDirectiveErrorIfdef(IDLoc, false); in parseStatement()
6238 bool MasmParser::parseDirectiveErrorIfdef(SMLoc DirectiveLoc, in parseDirectiveErrorIfdef() function in MasmParser