Searched refs:parseDirectiveInst (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp170 bool parseDirectiveInst(SMLoc L);
5075 parseDirectiveInst(Loc);
5316 /// parseDirectiveInst
5318 bool AArch64AsmParser::parseDirectiveInst(SMLoc Loc) { function in class:AArch64AsmParser
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp482 bool parseDirectiveInst(SMLoc L, char Suffix = '\0');
10886 parseDirectiveInst(DirectiveID.getLoc());
10888 parseDirectiveInst(DirectiveID.getLoc(), 'n');
10890 parseDirectiveInst(DirectiveID.getLoc(), 'w');
11516 /// parseDirectiveInst
11520 bool ARMAsmParser::parseDirectiveInst(SMLoc Loc, char Suffix) { function in class:__anon4036::ARMAsmParser

Completed in 209 milliseconds