Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp844 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveTBSS() local
863 return Error(SizeLoc, "invalid '.tbss' directive size, can't be less than" in parseDirectiveTBSS()
929 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveZerofill() local
948 return Error(SizeLoc, "invalid '.zerofill' directive size, can't be less " in parseDirectiveZerofill()
H A DAsmParser.cpp3149 SMLoc SizeLoc, ExprLoc; in parseDirectiveFill() local
3152 SizeLoc = getTok().getLoc(); in parseDirectiveFill()
3166 Warning(SizeLoc, "'.fill' directive with negative size has no effect"); in parseDirectiveFill()
3170 Warning(SizeLoc, "'.fill' directive with size greater than 8 has been truncated to 8"); in parseDirectiveFill()
4752 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveComm() local
4784 return Error(SizeLoc, "invalid '.comm' or '.lcomm' directive size, can't " in parseDirectiveComm()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp746 SMLoc SizeLoc = getLexer().getLoc(); in ParseDirectiveComm() local
783 return Error(SizeLoc, "invalid '.comm' or '.lcomm' directive size, can't " in ParseDirectiveComm()
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp2692 LocTy SizeLoc = Lex.getLoc(); in ParseArrayVectorType() local
2709 return Error(SizeLoc, "zero element vector is illegal"); in ParseArrayVectorType()
2711 return Error(SizeLoc, "size too large for vector"); in ParseArrayVectorType()
6606 LocTy SizeLoc, TyLoc, ASLoc; in ParseAlloc() local
6633 if (ParseTypeAndValue(Size, SizeLoc, PFS)) in ParseAlloc()
6653 return Error(SizeLoc, "element count must have integer type"); in ParseAlloc()