Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1048 bool parseDirectiveErrorIfe(SMLoc DirectiveLoc, bool ExpectZero);
2506 return parseDirectiveErrorIfe(IDLoc, true); in parseStatement()
2508 return parseDirectiveErrorIfe(IDLoc, false); in parseStatement()
6637 bool MasmParser::parseDirectiveErrorIfe(SMLoc DirectiveLoc, bool ExpectZero) { in parseDirectiveErrorIfe() function in MasmParser