Searched refs:SizeLoc (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp843 SMLoc SizeLoc = getLexer().getLoc(); local
862 return Error(SizeLoc, "invalid '.tbss' directive size, can't be less than"
928 SMLoc SizeLoc = getLexer().getLoc(); local
947 return Error(SizeLoc, "invalid '.zerofill' directive size, can't be less "
H A DAsmParser.cpp3200 SMLoc SizeLoc, ExprLoc; local
3203 SizeLoc = getTok().getLoc();
3217 Warning(SizeLoc, "'.fill' directive with negative size has no effect");
3221 Warning(SizeLoc, "'.fill' directive with size greater than 8 has been truncated to 8");
4889 SMLoc SizeLoc = getLexer().getLoc(); local
4921 return Error(SizeLoc, "invalid '.comm' or '.lcomm' directive size, can't "
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp745 SMLoc SizeLoc = getLexer().getLoc(); local
782 return Error(SizeLoc, "invalid '.comm' or '.lcomm' directive size, can't "
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2799 LocTy SizeLoc = Lex.getLoc();
2816 return Error(SizeLoc, "zero element vector is illegal");
2818 return Error(SizeLoc, "size too large for vector");
6891 LocTy SizeLoc, TyLoc, ASLoc;
6918 if (ParseTypeAndValue(Size, SizeLoc, PFS))
6938 return Error(SizeLoc, "element count must have integer type");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4302 SMLoc SizeLoc = getLexer().getLoc(); local
4306 return Error(SizeLoc, "size must be non-negative");
4308 return Error(SizeLoc, "size is too large");

Completed in 242 milliseconds