Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp658 SMLoc SizeLoc = getLexer().getLoc(); in ParseDirectiveTBSS() local
677 return Error(SizeLoc, "invalid '.tbss' directive size, can't be less than" in ParseDirectiveTBSS()
741 SMLoc SizeLoc = getLexer().getLoc(); in ParseDirectiveZerofill() local
760 return Error(SizeLoc, "invalid '.zerofill' directive size, can't be less " in ParseDirectiveZerofill()
DAsmParser.cpp3411 SMLoc SizeLoc = getLexer().getLoc(); in ParseDirectiveComm() local
3444 return Error(SizeLoc, "invalid '.comm' or '.lcomm' directive size, can't " in ParseDirectiveComm()
/external/llvm/lib/AsmParser/
DLLParser.cpp1924 LocTy SizeLoc = Lex.getLoc(); in ParseArrayVectorType() local
1941 return Error(SizeLoc, "zero element vector is illegal"); in ParseArrayVectorType()
1943 return Error(SizeLoc, "size too large for vector"); in ParseArrayVectorType()
4039 LocTy SizeLoc; in ParseAlloc() local
4051 if (ParseTypeAndValue(Size, SizeLoc, PFS) || in ParseAlloc()
4058 return Error(SizeLoc, "element count must have integer type"); in ParseAlloc()