Home
last modified time | relevance | path

Searched refs:ParseOptionalStackAlignment (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h184 bool ParseOptionalStackAlignment(unsigned &Alignment);
DLLParser.cpp930 if (ParseOptionalStackAlignment(Alignment)) in ParseOptionalAttrs()
1180 bool LLParser::ParseOptionalStackAlignment(unsigned &Alignment) { in ParseOptionalStackAlignment() function in LLParser
/external/llvm/lib/AsmParser/
DLLParser.h243 bool ParseOptionalStackAlignment(unsigned &Alignment);
DLLParser.cpp1045 if (ParseOptionalStackAlignment(Alignment)) in ParseFnAttributeValuePairs()
1912 bool LLParser::ParseOptionalStackAlignment(unsigned &Alignment) { in ParseOptionalStackAlignment() function in LLParser