Home | History | Annotate | Download | only in MCParser

Lines Matching defs:SizeLoc

705   SMLoc SizeLoc = getLexer().getLoc();
724 return Error(SizeLoc, "invalid '.tbss' directive size, can't be less than"
788 SMLoc SizeLoc = getLexer().getLoc();
807 return Error(SizeLoc, "invalid '.zerofill' directive size, can't be less "