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

/freebsd-10.2-release/contrib/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp704 SMLoc Pow2AlignmentLoc; local
707 Pow2AlignmentLoc = getLexer().getLoc();
723 return Error(Pow2AlignmentLoc, "invalid '.tbss' alignment, can't be less"
787 SMLoc Pow2AlignmentLoc; local
790 Pow2AlignmentLoc = getLexer().getLoc();
808 return Error(Pow2AlignmentLoc, "invalid '.zerofill' directive alignment, "
H A DAsmParser.cpp3454 SMLoc Pow2AlignmentLoc; local
3457 Pow2AlignmentLoc = getLexer().getLoc();
3463 return Error(Pow2AlignmentLoc, "alignment not supported on this target");
3469 return Error(Pow2AlignmentLoc, "alignment must be a power of 2");
3489 return Error(Pow2AlignmentLoc, "invalid '.comm' or '.lcomm' directive "

Completed in 121 milliseconds