Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp434 bool ParseGNUAttribute(SMLoc L);
1207 return ParseGNUAttribute(DirectiveID.getLoc()); in parseDirective()
1342 bool SystemZAsmParser::ParseGNUAttribute(SMLoc L) { in ParseGNUAttribute() function in SystemZAsmParser
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp124 bool ParseGNUAttribute(SMLoc L);
1750 ParseGNUAttribute(DirectiveID.getLoc()); in ParseDirective()
1866 bool PPCAsmParser::ParseGNUAttribute(SMLoc L) { in ParseGNUAttribute() function in PPCAsmParser