Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1067 bool parseDirectiveErrorIfe(SMLoc DirectiveLoc, bool ExpectZero);
2489 return parseDirectiveErrorIfe(IDLoc, true); in parseStatement()
2491 return parseDirectiveErrorIfe(IDLoc, false); in parseStatement()
6621 bool MasmParser::parseDirectiveErrorIfe(SMLoc DirectiveLoc, bool ExpectZero) { in parseDirectiveErrorIfe() function in MasmParser