Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp849 SMLoc Pow2AlignmentLoc; in parseDirectiveTBSS() local
852 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveTBSS()
868 return Error(Pow2AlignmentLoc, "invalid '.tbss' alignment, can't be less" in parseDirectiveTBSS()
934 SMLoc Pow2AlignmentLoc; in parseDirectiveZerofill() local
937 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveZerofill()
955 return Error(Pow2AlignmentLoc, "invalid '.zerofill' directive alignment, " in parseDirectiveZerofill()
H A DAsmParser.cpp4757 SMLoc Pow2AlignmentLoc; in parseDirectiveComm() local
4760 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveComm()
4766 return Error(Pow2AlignmentLoc, "alignment not supported on this target"); in parseDirectiveComm()
4772 return Error(Pow2AlignmentLoc, "alignment must be a power of 2"); in parseDirectiveComm()
4791 return Error(Pow2AlignmentLoc, "invalid '.comm' or '.lcomm' directive " in parseDirectiveComm()