Searched refs:SizeLoc (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
| H A D | COFFMasmParser.cpp | 396 SMLoc SizeLoc = getTok().getLoc(); in ParseSEHDirectiveAllocStack() local 398 return Error(SizeLoc, "expected integer size"); in ParseSEHDirectiveAllocStack() 400 return Error(SizeLoc, "stack size must be a multiple of 8"); in ParseSEHDirectiveAllocStack()
|
| H A D | DarwinAsmParser.cpp | 842 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveTBSS() local 861 return Error(SizeLoc, "invalid '.tbss' directive size, can't be less than" in parseDirectiveTBSS() 927 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveZerofill() local 946 return Error(SizeLoc, "invalid '.zerofill' directive size, can't be less " in parseDirectiveZerofill()
|
| H A D | AsmParser.cpp | 3307 SMLoc SizeLoc, ExprLoc; in parseDirectiveFill() local 3310 SizeLoc = getTok().getLoc(); in parseDirectiveFill() 3323 Warning(SizeLoc, "'.fill' directive with negative size has no effect"); in parseDirectiveFill() 3327 Warning(SizeLoc, "'.fill' directive with size greater than 8 has been truncated to 8"); in parseDirectiveFill() 4967 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveComm() local 4998 return Error(SizeLoc, "invalid '.comm' or '.lcomm' directive size, can't " in parseDirectiveComm()
|
| H A D | MasmParser.cpp | 5753 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveComm() local 5785 return Error(SizeLoc, "invalid '.comm' or '.lcomm' directive size, can't " in parseDirectiveComm()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 752 SMLoc SizeLoc = getLexer().getLoc(); in ParseDirectiveComm() local 789 return Error(SizeLoc, "invalid '.comm' or '.lcomm' directive size, can't " in ParseDirectiveComm()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3048 LocTy SizeLoc = Lex.getLoc(); in parseArrayVectorType() local 3066 return error(SizeLoc, "zero element vector is illegal"); in parseArrayVectorType() 3068 return error(SizeLoc, "size too large for vector"); in parseArrayVectorType() 7385 LocTy SizeLoc, TyLoc, ASLoc; in parseAlloc() local 7413 if (parseTypeAndValue(Size, SizeLoc, PFS)) in parseAlloc() 7433 return error(SizeLoc, "element count must have integer type"); in parseAlloc()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 5113 SMLoc SizeLoc = getLoc(); in ParseDirectiveAMDGPULDS() local 5117 return Error(SizeLoc, "size must be non-negative"); in ParseDirectiveAMDGPULDS() 5119 return Error(SizeLoc, "size is too large"); in ParseDirectiveAMDGPULDS()
|