Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp2021 LocTy AlignLoc = Lex.getLoc(); in ParseOptionalAlignment() local
2024 return Error(AlignLoc, "alignment is not a power of two"); in ParseOptionalAlignment()
2026 return Error(AlignLoc, "huge alignments are not supported yet"); in ParseOptionalAlignment()
2210 LocTy AlignLoc = Lex.getLoc(); in ParseOptionalStackAlignment() local
2216 return Error(AlignLoc, "stack alignment is not a power of two"); in ParseOptionalStackAlignment()