Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp667 bool parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank);
1873 return parseDirectiveIfb(IDLoc, true); in parseStatement()
1875 return parseDirectiveIfb(IDLoc, false); in parseStatement()
5205 bool AsmParser::parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveIfb() function in AsmParser
H A DMasmParser.cpp1013 bool parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank);
2145 return parseDirectiveIfb(IDLoc, true); in parseStatement()
2147 return parseDirectiveIfb(IDLoc, false); in parseStatement()
6165 bool MasmParser::parseDirectiveIfb(SMLoc DirectiveLoc, bool ExpectBlank) { in parseDirectiveIfb() function in MasmParser