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.cpp825 SMLoc AccessAlignmentLoc; in ParseDirectiveComm() local
827 AccessAlignmentLoc = getLexer().getLoc(); in ParseDirectiveComm()
832 return Error(AccessAlignmentLoc, "access alignment must be a power of 2"); in ParseDirectiveComm()