Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1059 bool parseDirectiveErrorIfb(SMLoc DirectiveLoc, bool ExpectBlank);
2469 return parseDirectiveErrorIfb(IDLoc, true); in parseStatement()
2471 return parseDirectiveErrorIfb(IDLoc, false); in parseStatement()
6490 bool MasmParser::parseDirectiveErrorIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveErrorIfb() function in MasmParser