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

References

lib/IR/LLVMContextImpl.h
 1222   bool empty() const { return Attachments.empty(); }
lib/IR/Metadata.cpp
 1150   Attachments.push_back({ID, TrackingMDNodeRef(&MD)});
 1154   for (const auto &A : Attachments)
 1162   for (const auto &A : Attachments)
 1168   auto I = std::remove_if(Attachments.begin(), Attachments.end(),
 1168   auto I = std::remove_if(Attachments.begin(), Attachments.end(),
 1170   bool Changed = I != Attachments.end();
 1171   Attachments.erase(I, Attachments.end());
 1171   Attachments.erase(I, Attachments.end());
 1177   for (const auto &A : Attachments)