Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp827 SMLoc AccessAlignmentLoc; in ParseDirectiveComm() local
829 AccessAlignmentLoc = getLexer().getLoc(); in ParseDirectiveComm()
834 return Error(AccessAlignmentLoc, "access alignment must be a power of 2"); in ParseDirectiveComm()