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.cpp668 bool parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank);
1870 return parseDirectiveIfb(IDLoc, true); in parseStatement()
1872 return parseDirectiveIfb(IDLoc, false); in parseStatement()
5216 bool AsmParser::parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveIfb() function in AsmParser
H A DMasmParser.cpp1013 bool parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank);
2146 return parseDirectiveIfb(IDLoc, true); in parseStatement()
2148 return parseDirectiveIfb(IDLoc, false); in parseStatement()
6166 bool MasmParser::parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveIfb() function in MasmParser