Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp183 bool parseAuthExpr(const MCExpr *&Res, SMLoc &EndLoc);
7639 if (!parseAuthExpr(Res, EndLoc)) in parsePrimaryExpr()
7648 bool AArch64AsmParser::parseAuthExpr(const MCExpr *&Res, SMLoc &EndLoc) { in parseAuthExpr() function in AArch64AsmParser