Home
last modified time | relevance | path

Searched refs:AlignLoc (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp1117 LocTy AlignLoc = Lex.getLoc(); in ParseOptionalAlignment() local
1120 return Error(AlignLoc, "alignment is not a power of two"); in ParseOptionalAlignment()
1122 return Error(AlignLoc, "huge alignments are not supported yet"); in ParseOptionalAlignment()
1187 LocTy AlignLoc = Lex.getLoc(); in ParseOptionalStackAlignment() local
1193 return Error(AlignLoc, "stack alignment is not a power of two"); in ParseOptionalStackAlignment()
/external/llvm/lib/AsmParser/
DLLParser.cpp1780 LocTy AlignLoc = Lex.getLoc(); in ParseOptionalAlignment() local
1783 return Error(AlignLoc, "alignment is not a power of two"); in ParseOptionalAlignment()
1785 return Error(AlignLoc, "huge alignments are not supported yet"); in ParseOptionalAlignment()
1919 LocTy AlignLoc = Lex.getLoc(); in ParseOptionalStackAlignment() local
1925 return Error(AlignLoc, "stack alignment is not a power of two"); in ParseOptionalStackAlignment()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp1996 LocTy AlignLoc = Lex.getLoc(); in ParseOptionalAlignment() local
1999 return Error(AlignLoc, "alignment is not a power of two"); in ParseOptionalAlignment()
2001 return Error(AlignLoc, "huge alignments are not supported yet"); in ParseOptionalAlignment()
2185 LocTy AlignLoc = Lex.getLoc(); in ParseOptionalStackAlignment() local
2191 return Error(AlignLoc, "stack alignment is not a power of two"); in ParseOptionalStackAlignment()