Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp705 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveTBSS() local
724 return Error(SizeLoc, "invalid '.tbss' directive size, can't be less than" in parseDirectiveTBSS()
788 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveZerofill() local
807 return Error(SizeLoc, "invalid '.zerofill' directive size, can't be less " in parseDirectiveZerofill()
DAsmParser.cpp2570 SMLoc SizeLoc, ExprLoc; in parseDirectiveFill() local
2576 SizeLoc = getLexer().getLoc(); in parseDirectiveFill()
2597 Warning(SizeLoc, "'.fill' directive with negative size has no effect"); in parseDirectiveFill()
2601 Warning(SizeLoc, "'.fill' directive with size greater than 8 has been truncated to 8"); in parseDirectiveFill()
3717 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveComm() local
3750 return Error(SizeLoc, "invalid '.comm' or '.lcomm' directive size, can't " in parseDirectiveComm()
/external/llvm/lib/AsmParser/
DLLParser.cpp2066 LocTy SizeLoc = Lex.getLoc(); in ParseArrayVectorType() local
2083 return Error(SizeLoc, "zero element vector is illegal"); in ParseArrayVectorType()
2085 return Error(SizeLoc, "size too large for vector"); in ParseArrayVectorType()
5244 LocTy SizeLoc, TyLoc; in ParseAlloc() local
5262 if (ParseTypeAndValue(Size, SizeLoc, PFS) || in ParseAlloc()
5269 return Error(SizeLoc, "element count must have integer type"); in ParseAlloc()