Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLParser.h282 bool parseOptionalStackAlignment(unsigned &Alignment);
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp1369 if (parseOptionalStackAlignment(Alignment)) in parseEnumAttribute()
2302 bool LLParser::parseOptionalStackAlignment(unsigned &Alignment) { in parseOptionalStackAlignment() function in LLParser