Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h323 bool parseOptionalStackAlignment(unsigned &Alignment);
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1577 if (parseOptionalStackAlignment(Alignment)) in parseEnumAttribute()
2816 bool LLParser::parseOptionalStackAlignment(unsigned &Alignment) { in parseOptionalStackAlignment() function in LLParser