Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp657 bool parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank);
1857 return parseDirectiveIfb(IDLoc, true); in parseStatement()
1859 return parseDirectiveIfb(IDLoc, false); in parseStatement()
5167 bool AsmParser::parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveIfb() function in AsmParser
H A DMasmParser.cpp995 bool parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank);
2188 return parseDirectiveIfb(IDLoc, true); in parseStatement()
2190 return parseDirectiveIfb(IDLoc, false); in parseStatement()
6207 bool MasmParser::parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveIfb() function in MasmParser