Searched refs:SizeLoc (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | COFFMasmParser.cpp | 525 SMLoc SizeLoc = getTok().getLoc(); in parseSEHDirectiveAllocStack() local 527 return Error(SizeLoc, "expected integer size"); in parseSEHDirectiveAllocStack() 529 return Error(SizeLoc, "stack size must be a multiple of 8"); in parseSEHDirectiveAllocStack()
|
| H A D | DarwinAsmParser.cpp | 828 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveTBSS() local 847 return Error(SizeLoc, "invalid '.tbss' directive size, can't be less than" in parseDirectiveTBSS() 910 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveZerofill() local 929 return Error(SizeLoc, "invalid '.zerofill' directive size, can't be less " in parseDirectiveZerofill()
|
| H A D | AsmParser.cpp | 3289 SMLoc SizeLoc, ExprLoc; in parseDirectiveFill() local 3292 SizeLoc = getTok().getLoc(); in parseDirectiveFill() 3305 Warning(SizeLoc, "'.fill' directive with negative size has no effect"); in parseDirectiveFill() 3309 Warning(SizeLoc, "'.fill' directive with size greater than 8 has been truncated to 8"); in parseDirectiveFill() 4986 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveComm() local 5017 return Error(SizeLoc, "size must be non-negative"); in parseDirectiveComm()
|
| H A D | MasmParser.cpp | 4574 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveComm() local 4605 return Error(SizeLoc, "invalid '.comm' or '.lcomm' directive size, can't " in parseDirectiveComm()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 808 SMLoc SizeLoc = getLexer().getLoc(); in ParseDirectiveComm() local 845 return Error(SizeLoc, "invalid '.comm' or '.lcomm' directive size, can't " in ParseDirectiveComm()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3550 LocTy SizeLoc = Lex.getLoc(); in parseArrayVectorType() local 3568 return error(SizeLoc, "zero element vector is illegal"); in parseArrayVectorType() 3570 return error(SizeLoc, "size too large for vector"); in parseArrayVectorType() 8414 LocTy SizeLoc, TyLoc, ASLoc; in parseAlloc() local 8442 if (parseTypeAndValue(Size, SizeLoc, PFS)) in parseAlloc() 8462 return error(SizeLoc, "element count must have integer type"); in parseAlloc()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 6511 SMLoc SizeLoc = getLoc(); in ParseDirectiveAMDGPULDS() local 6515 return Error(SizeLoc, "size must be non-negative"); in ParseDirectiveAMDGPULDS() 6517 return Error(SizeLoc, "size is too large"); in ParseDirectiveAMDGPULDS()
|