Searched refs:parseOptionalStackAlignment (Results 1 – 6 of 6) sorted by relevance
301 bool parseOptionalStackAlignment(unsigned &Alignment);
320 bool parseOptionalStackAlignment(unsigned &Alignment);
311 bool parseOptionalStackAlignment(unsigned &Alignment);
318 bool parseOptionalStackAlignment(unsigned &Alignment);
1414 if (parseOptionalStackAlignment(Alignment)) in parseEnumAttribute()2508 bool LLParser::parseOptionalStackAlignment(unsigned &Alignment) { in parseOptionalStackAlignment() function in LLParser