Searched refs:parseGNUAttribute (Results 1 – 4 of 4) sorted by relevance
147 bool MCAsmParser::parseGNUAttribute(SMLoc L, int64_t &Tag, in parseGNUAttribute() function in MCAsmParser
338 bool parseGNUAttribute(SMLoc L, int64_t &Tag, int64_t &IntegerValue);
456 bool parseGNUAttribute(SMLoc L);1253 return parseGNUAttribute(DirectiveID.getLoc()); in parseDirective()1408 bool SystemZAsmParser::parseGNUAttribute(SMLoc L) { in parseGNUAttribute() function in SystemZAsmParser1411 if (!Parser.parseGNUAttribute(L, Tag, IntegerValue)) in parseGNUAttribute()
125 bool parseGNUAttribute(SMLoc L);1663 parseGNUAttribute(DirectiveID.getLoc()); in ParseDirective()1775 bool PPCAsmParser::parseGNUAttribute(SMLoc L) { in parseGNUAttribute() function in PPCAsmParser1778 if (!getParser().parseGNUAttribute(L, Tag, IntegerValue)) in parseGNUAttribute()