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

  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DarwinAsmParser.cpp 541 SMLoc Pow2AlignmentLoc;
544 Pow2AlignmentLoc = getLexer().getLoc();
560 return Error(Pow2AlignmentLoc, "invalid '.tbss' alignment, can't be less"
624 SMLoc Pow2AlignmentLoc;
627 Pow2AlignmentLoc = getLexer().getLoc();
645 return Error(Pow2AlignmentLoc, "invalid '.zerofill' directive alignment, "
AsmParser.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 770 SMLoc Pow2AlignmentLoc;
773 Pow2AlignmentLoc = getLexer().getLoc();
789 return Error(Pow2AlignmentLoc, "invalid '.tbss' alignment, can't be less"
    [all...]
AsmParser.cpp     [all...]

Completed in 153 milliseconds