Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:Dot

1260   case AsmToken::Dot:
1365 size_t Dot = Name.find('.');
1366 StringRef Mnemonic = Name.slice(0, Dot);
1372 if (Dot != StringRef::npos) {
1373 SMLoc DotLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Dot);
1374 StringRef DotStr = Name.slice(Dot, StringRef::npos);