Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp665 bool parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank);
1875 return parseDirectiveIfb(IDLoc, true); in parseStatement()
1877 return parseDirectiveIfb(IDLoc, false); in parseStatement()
5191 bool AsmParser::parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveIfb() function in AsmParser
H A DMasmParser.cpp1013 bool parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank);
2171 return parseDirectiveIfb(IDLoc, true); in parseStatement()
2173 return parseDirectiveIfb(IDLoc, false); in parseStatement()
6197 bool MasmParser::parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveIfb() function in MasmParser