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

References

lib/Linker/IRMover.cpp
  236   if (*Entry)
  237     return *Entry;
  250       return *Entry = STy;
  261       return *Entry = DTy;
  272     return *Entry = Ty;
  283   Entry = &MappedTypes[Ty];
  284   if (*Entry) {
  285     if (auto *DTy = dyn_cast<StructType>(*Entry)) {
  291     return *Entry;
  297     return *Entry = Ty;
  304     return *Entry = ArrayType::get(ElementTypes[0],
  307     return *Entry = VectorType::get(ElementTypes[0],
  310     return *Entry = PointerType::get(ElementTypes[0],
  313     return *Entry = FunctionType::get(ElementTypes[0],
  320       return *Entry = StructType::get(Ty->getContext(), ElementTypes, IsPacked);
  325       return *Entry = Ty;
  331       return *Entry = OldT;
  336       return *Entry = Ty;
  341     return *Entry = DTy;