Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/MC/MCParser/
DAsmParser.cpp2462 SMLoc AlignmentLoc = getLexer().getLoc(); in parseDirectiveAlign() local
2508 Error(AlignmentLoc, "invalid alignment value"); in parseDirectiveAlign()
2516 Error(AlignmentLoc, "alignment must be a power of 2"); in parseDirectiveAlign()