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

/external/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp710 SMLoc Pow2AlignmentLoc; local
713 Pow2AlignmentLoc = getLexer().getLoc();
729 return Error(Pow2AlignmentLoc, "invalid '.tbss' alignment, can't be less"
793 SMLoc Pow2AlignmentLoc; local
796 Pow2AlignmentLoc = getLexer().getLoc();
814 return Error(Pow2AlignmentLoc, "invalid '.zerofill' directive alignment, "
H A DAsmParser.cpp3722 SMLoc Pow2AlignmentLoc; local
3725 Pow2AlignmentLoc = getLexer().getLoc();
3731 return Error(Pow2AlignmentLoc, "alignment not supported on this target");
3737 return Error(Pow2AlignmentLoc, "alignment must be a power of 2");
3757 return Error(Pow2AlignmentLoc, "invalid '.comm' or '.lcomm' directive "

Completed in 64 milliseconds