Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp659 bool parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank);
1795 return parseDirectiveIfb(IDLoc, true); in parseStatement()
1797 return parseDirectiveIfb(IDLoc, false); in parseStatement()
5154 bool AsmParser::parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveIfb() function in AsmParser
H A DMasmParser.cpp896 bool parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank);
1878 return parseDirectiveIfb(IDLoc, true); in parseStatement()
1880 return parseDirectiveIfb(IDLoc, false); in parseStatement()
4703 bool MasmParser::parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveIfb() function in MasmParser