Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:DotLoc

1373     SMLoc DotLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Dot);
1377 PPCOperand::CreateTokenWithStringCopy(DotStr, DotLoc, isPPC64()));
1379 Operands.push_back(PPCOperand::CreateToken(DotStr, DotLoc, isPPC64()));