Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Dot

1123   case AsmToken::Dot:
1216 size_t Dot = Name.find('.');
1217 StringRef Mnemonic = Name.slice(0, Dot);
1223 if (Dot != StringRef::npos) {
1224 SMLoc DotLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Dot);
1225 StringRef DotStr = Name.slice(Dot, StringRef::npos);