Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp194 bool parseDirectiveReq(StringRef Name, SMLoc L);
5089 parseDirectiveReq(Name, NameLoc); in ParseInstruction()
7142 bool AArch64AsmParser::parseDirectiveReq(StringRef Name, SMLoc L) { in parseDirectiveReq() function in AArch64AsmParser
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp465 bool parseDirectiveReq(StringRef Name, SMLoc L);
7093 parseDirectiveReq(Name, NameLoc); in ParseInstruction()
11319 bool ARMAsmParser::parseDirectiveReq(StringRef Name, SMLoc L) { in parseDirectiveReq() function in ARMAsmParser