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

References

lib/IR/DataLayout.cpp
  177   LayoutMap = nullptr;
  605   delete static_cast<StructLayoutMap *>(LayoutMap);
  606   LayoutMap = nullptr;
  614   if (!LayoutMap)
  615     LayoutMap = new StructLayoutMap();
  617   StructLayoutMap *STM = static_cast<StructLayoutMap*>(LayoutMap);