Searched refs:SizeLoc (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 735 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveTBSS() local 754 return Error(SizeLoc, "invalid '.tbss' directive size, can't be less than" in parseDirectiveTBSS() 818 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveZerofill() local 837 return Error(SizeLoc, "invalid '.zerofill' directive size, can't be less " in parseDirectiveZerofill()
|
D | AsmParser.cpp | 2707 SMLoc SizeLoc, ExprLoc; in parseDirectiveFill() local 2713 SizeLoc = getLexer().getLoc(); in parseDirectiveFill() 2734 Warning(SizeLoc, "'.fill' directive with negative size has no effect"); in parseDirectiveFill() 2738 Warning(SizeLoc, "'.fill' directive with size greater than 8 has been truncated to 8"); in parseDirectiveFill() 3851 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveComm() local 3884 return Error(SizeLoc, "invalid '.comm' or '.lcomm' directive size, can't " in parseDirectiveComm()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 2242 LocTy SizeLoc = Lex.getLoc(); in ParseArrayVectorType() local 2259 return Error(SizeLoc, "zero element vector is illegal"); in ParseArrayVectorType() 2261 return Error(SizeLoc, "size too large for vector"); in ParseArrayVectorType() 5741 LocTy SizeLoc, TyLoc; in ParseAlloc() local 5759 if (ParseTypeAndValue(Size, SizeLoc, PFS) || in ParseAlloc() 5766 return Error(SizeLoc, "element count must have integer type"); in ParseAlloc()
|
/external/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 1012 SMLoc SizeLoc = getLexer().getLoc(); in ParseDirectiveComm() local 1049 return Error(SizeLoc, "invalid '.comm' or '.lcomm' directive size, can't " in ParseDirectiveComm()
|