Searched defs:SizeLoc (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp705 SMLoc SizeLoc = getLexer().getLoc(); local
724 return Error(SizeLoc, "invalid '.tbss' directive size, can't be less than"
788 SMLoc SizeLoc = getLexer().getLoc(); local
807 return Error(SizeLoc, "invalid '.zerofill' directive size, can't be less "
H A DAsmParser.cpp2565 SMLoc SizeLoc, ExprLoc; local
2571 SizeLoc = getLexer().getLoc();
2592 Warning(SizeLoc, "'.fill' directive with negative size has no effect");
2596 Warning(SizeLoc, "'.fill' directive with size greater than 8 has been truncated to 8");
3684 SMLoc SizeLoc = getLexer().getLoc(); local
3717 return Error(SizeLoc, "invalid '.comm' or '.lcomm' directive size, can't "

Completed in 116 milliseconds