Home | History | Annotate | Download | only in AsmParser

Lines Matching full:dotloc

1224     SMLoc DotLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Dot);
1228 PPCOperand::CreateTokenWithStringCopy(DotStr, DotLoc, isPPC64()));
1230 Operands.push_back(PPCOperand::CreateToken(DotStr, DotLoc, isPPC64()));