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

References

lib/IR/Attributes.cpp
  746   llvm::sort(SortedAttrs);
  748   for (const auto Attr : SortedAttrs)
  759     void *Mem = ::operator new(totalSizeToAlloc<Attribute>(SortedAttrs.size()));
  760     PA = new (Mem) AttributeSetNode(SortedAttrs);