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

/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
H A DDarwinAsmParser.cpp536 SMLoc SizeLoc = getLexer().getLoc(); local
555 return Error(SizeLoc, "invalid '.tbss' directive size, can't be less than"
619 SMLoc SizeLoc = getLexer().getLoc(); local
638 return Error(SizeLoc, "invalid '.zerofill' directive size, can't be less "
H A DAsmParser.cpp2079 SMLoc SizeLoc = getLexer().getLoc(); local
2107 return Error(SizeLoc, "invalid '.comm' or '.lcomm' directive size, can't "
/external/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp765 SMLoc SizeLoc = getLexer().getLoc(); local
784 return Error(SizeLoc, "invalid '.tbss' directive size, can't be less than"
848 SMLoc SizeLoc = getLexer().getLoc(); local
867 return Error(SizeLoc, "invalid '.zerofill' directive size, can't be less "
H A DAsmParser.cpp2839 SMLoc SizeLoc, ExprLoc; local
2845 SizeLoc = getLexer().getLoc();
2866 Warning(SizeLoc, "'.fill' directive with negative size has no effect");
2870 Warning(SizeLoc, "'.fill' directive with size greater than 8 has been truncated to 8");
4218 SMLoc SizeLoc = getLexer().getLoc(); local
4251 return Error(SizeLoc, "invalid '.comm' or '.lcomm' directive size, can't "
/external/swiftshader/third_party/LLVM/lib/AsmParser/
H A DLLParser.cpp1594 LocTy SizeLoc = Lex.getLoc();
1611 return Error(SizeLoc, "zero element vector is illegal");
1613 return Error(SizeLoc, "size too large for vector");
3663 LocTy SizeLoc;
3675 if (ParseTypeAndValue(Size, SizeLoc, PFS) ||
3682 return Error(SizeLoc, "element count must have integer type");
/external/llvm/lib/AsmParser/
H A DLLParser.cpp2406 LocTy SizeLoc = Lex.getLoc();
2423 return Error(SizeLoc, "zero element vector is illegal");
2425 return Error(SizeLoc, "size too large for vector");
5961 LocTy SizeLoc, TyLoc;
5980 if (ParseTypeAndValue(Size, SizeLoc, PFS) ||
5987 return Error(SizeLoc, "element count must have integer type");
/external/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp993 SMLoc SizeLoc = getLexer().getLoc(); local
1030 return Error(SizeLoc, "invalid '.comm' or '.lcomm' directive size, can't "

Completed in 331 milliseconds