Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1040 bool parseDirectiveErrorIfb(SMLoc DirectiveLoc, bool ExpectBlank);
2486 return parseDirectiveErrorIfb(IDLoc, true); in parseStatement()
2488 return parseDirectiveErrorIfb(IDLoc, false); in parseStatement()
6506 bool MasmParser::parseDirectiveErrorIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveErrorIfb() function in MasmParser