HomeSort by: relevance | last modified time | path
    Searched refs:AlignLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 2265 LocTy AlignLoc = Lex.getLoc();
2282 return error(AlignLoc, "alignment is not a power of two");
2284 return error(AlignLoc, "huge alignments are not supported yet");
2494 LocTy AlignLoc = Lex.getLoc();
2501 return error(AlignLoc, "stack alignment is not a power of two");
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 5123 SMLoc AlignLoc = getLoc();
5127 return Error(AlignLoc, "alignment must be a power of two");
5133 return Error(AlignLoc, "alignment is too large");

Completed in 24 milliseconds