reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/DataLayout.cpp
  245     if (Tok == "ni") {
  258     char Specifier = Tok.front();
  259     Tok = Tok.substr(1);
  259     Tok = Tok.substr(1);
  274       unsigned AddrSpace = Tok.empty() ? 0 : getInt(Tok);
  274       unsigned AddrSpace = Tok.empty() ? 0 : getInt(Tok);
  283       unsigned PointerMemSize = inBytes(getInt(Tok));
  292       unsigned PointerABIAlign = inBytes(getInt(Tok));
  305         PointerPrefAlign = inBytes(getInt(Tok));
  313           IndexSize = inBytes(getInt(Tok));
  337       unsigned Size = Tok.empty() ? 0 : getInt(Tok);
  337       unsigned Size = Tok.empty() ? 0 : getInt(Tok);
  348       const unsigned ABIAlign = inBytes(getInt(Tok));
  362         PrefAlign = inBytes(getInt(Tok));
  378         unsigned Width = getInt(Tok);
  389       uint64_t Alignment = inBytes(getInt(Tok));
  396       switch (Tok.front()) {
  407       Tok = Tok.substr(1);
  407       Tok = Tok.substr(1);
  408       uint64_t Alignment = inBytes(getInt(Tok));
  415       ProgramAddrSpace = getAddrSpace(Tok);
  419       AllocaAddrSpace = getAddrSpace(Tok);
  423       if (!Tok.empty())