Home
last modified time | relevance | path

Searched refs:SizeLoc (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp528 SMLoc SizeLoc = getTok().getLoc(); in ParseSEHDirectiveAllocStack() local
530 return Error(SizeLoc, "expected integer size"); in ParseSEHDirectiveAllocStack()
532 return Error(SizeLoc, "stack size must be a multiple of 8"); in ParseSEHDirectiveAllocStack()
H A DDarwinAsmParser.cpp841 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveTBSS() local
860 return Error(SizeLoc, "invalid '.tbss' directive size, can't be less than" in parseDirectiveTBSS()
926 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveZerofill() local
945 return Error(SizeLoc, "invalid '.zerofill' directive size, can't be less " in parseDirectiveZerofill()
H A DAsmParser.cpp3342 SMLoc SizeLoc, ExprLoc; in parseDirectiveFill() local
3345 SizeLoc = getTok().getLoc(); in parseDirectiveFill()
3358 Warning(SizeLoc, "'.fill' directive with negative size has no effect"); in parseDirectiveFill()
3362 Warning(SizeLoc, "'.fill' directive with size greater than 8 has been truncated to 8"); in parseDirectiveFill()
5033 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveComm() local
5064 return Error(SizeLoc, "size must be non-negative"); in parseDirectiveComm()
H A DMasmParser.cpp6036 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveComm() local
6067 return Error(SizeLoc, "invalid '.comm' or '.lcomm' directive size, can't " in parseDirectiveComm()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp749 SMLoc SizeLoc = getLexer().getLoc(); in ParseDirectiveComm() local
786 return Error(SizeLoc, "invalid '.comm' or '.lcomm' directive size, can't " in ParseDirectiveComm()
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3253 LocTy SizeLoc = Lex.getLoc(); in parseArrayVectorType() local
3271 return error(SizeLoc, "zero element vector is illegal"); in parseArrayVectorType()
3273 return error(SizeLoc, "size too large for vector"); in parseArrayVectorType()
7656 LocTy SizeLoc, TyLoc, ASLoc; in parseAlloc() local
7684 if (parseTypeAndValue(Size, SizeLoc, PFS)) in parseAlloc()
7704 return error(SizeLoc, "element count must have integer type"); in parseAlloc()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5893 SMLoc SizeLoc = getLoc(); in ParseDirectiveAMDGPULDS() local
5897 return Error(SizeLoc, "size must be non-negative"); in ParseDirectiveAMDGPULDS()
5899 return Error(SizeLoc, "size is too large"); in ParseDirectiveAMDGPULDS()