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

/external/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp740 SMLoc Pow2AlignmentLoc; local
743 Pow2AlignmentLoc = getLexer().getLoc();
759 return Error(Pow2AlignmentLoc, "invalid '.tbss' alignment, can't be less"
823 SMLoc Pow2AlignmentLoc; local
826 Pow2AlignmentLoc = getLexer().getLoc();
844 return Error(Pow2AlignmentLoc, "invalid '.zerofill' directive alignment, "
H A DAsmParser.cpp3856 SMLoc Pow2AlignmentLoc; local
3859 Pow2AlignmentLoc = getLexer().getLoc();
3865 return Error(Pow2AlignmentLoc, "alignment not supported on this target");
3871 return Error(Pow2AlignmentLoc, "alignment must be a power of 2");
3891 return Error(Pow2AlignmentLoc, "invalid '.comm' or '.lcomm' directive "

Completed in 225 milliseconds