Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1004 bool parseDirectiveElseIfb(SMLoc DirectiveLoc, bool ExpectBlank);
2174 return parseDirectiveElseIfb(IDLoc, true); in parseStatement()
2176 return parseDirectiveElseIfb(IDLoc, false); in parseStatement()
6321 bool MasmParser::parseDirectiveElseIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveElseIfb() function in MasmParser