HomeSort by relevance Sort by last modified time
    Searched refs:Pow2AlignmentLoc (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 663 SMLoc Pow2AlignmentLoc;
666 Pow2AlignmentLoc = getLexer().getLoc();
682 return Error(Pow2AlignmentLoc, "invalid '.tbss' alignment, can't be less"
746 SMLoc Pow2AlignmentLoc;
749 Pow2AlignmentLoc = getLexer().getLoc();
767 return Error(Pow2AlignmentLoc, "invalid '.zerofill' directive alignment, "
AsmParser.cpp     [all...]

Completed in 164 milliseconds