Home | History | Annotate | Download | only in IR

Lines Matching defs:Tok

230     StringRef &Tok  = Split.first;  // Current token.
233 char Specifier = Tok.front();
234 Tok = Tok.substr(1);
249 unsigned AddrSpace = Tok.empty() ? 0 : getInt(Tok);
255 unsigned PointerMemSize = inBytes(getInt(Tok));
259 unsigned PointerABIAlign = inBytes(getInt(Tok));
265 PointerPrefAlign = inBytes(getInt(Tok));
286 unsigned Size = Tok.empty() ? 0 : getInt(Tok);
293 unsigned ABIAlign = inBytes(getInt(Tok));
299 PrefAlign = inBytes(getInt(Tok));
308 unsigned Width = getInt(Tok);
317 StackNaturalAlign = inBytes(getInt(Tok));
321 assert(Tok.empty());