Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp664 bool parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank);
1869 return parseDirectiveIfb(IDLoc, true); in parseStatement()
1871 return parseDirectiveIfb(IDLoc, false); in parseStatement()
5190 bool AsmParser::parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveIfb() function in AsmParser
H A DMasmParser.cpp994 bool parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank);
2151 return parseDirectiveIfb(IDLoc, true); in parseStatement()
2153 return parseDirectiveIfb(IDLoc, false); in parseStatement()
6181 bool MasmParser::parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveIfb() function in MasmParser