Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp757 SMLoc ByteAlignmentLoc; in ParseDirectiveComm() local
760 ByteAlignmentLoc = getLexer().getLoc(); in ParseDirectiveComm()
764 return Error(ByteAlignmentLoc, "alignment must be a power of 2"); in ParseDirectiveComm()
796 return Error(ByteAlignmentLoc, "invalid '.comm' or '.lcomm' directive " in ParseDirectiveComm()