Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:Dot

1469   case AsmToken::Dot:
1574 size_t Dot = Name.find('.');
1575 StringRef Mnemonic = Name.slice(0, Dot);
1581 if (Dot != StringRef::npos) {
1582 SMLoc DotLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Dot);
1583 StringRef DotStr = Name.slice(Dot, StringRef::npos);