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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp2265 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");
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5123 SMLoc AlignLoc = getLoc(); local
5127 return Error(AlignLoc, "alignment must be a power of two");
5133 return Error(AlignLoc, "alignment is too large");

Completed in 211 milliseconds