Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DAsmParser.cpp507 bool parseDirectiveIfc(SMLoc DirectiveLoc, bool ExpectEqual);
1483 return parseDirectiveIfc(IDLoc, true); in parseStatement()
1487 return parseDirectiveIfc(IDLoc, false); in parseStatement()
4419 bool AsmParser::parseDirectiveIfc(SMLoc DirectiveLoc, bool ExpectEqual) { in parseDirectiveIfc() function in AsmParser
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmParser.cpp618 bool parseDirectiveIfc(SMLoc DirectiveLoc, bool ExpectEqual);
1730 return parseDirectiveIfc(IDLoc, true); in parseStatement()
1734 return parseDirectiveIfc(IDLoc, false); in parseStatement()
4924 bool AsmParser::parseDirectiveIfc(SMLoc DirectiveLoc, bool ExpectEqual) { in parseDirectiveIfc() function in AsmParser