Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp746 SMLoc ByteAlignmentLoc; in ParseDirectiveComm() local
749 ByteAlignmentLoc = getLexer().getLoc(); in ParseDirectiveComm()
753 return Error(ByteAlignmentLoc, "alignment must be a power of 2"); in ParseDirectiveComm()
785 return Error(ByteAlignmentLoc, "invalid '.comm' or '.lcomm' directive " in ParseDirectiveComm()