HomeSort by: relevance | last modified time | path
    Searched refs:Attachments (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
Metadata.cpp 1142 for (const auto &A : Attachments)
1149 for (const auto &A : Attachments)
1156 for (const auto &A : Attachments)
1172 Attachments.push_back({ID, TrackingMDNodeRef(&MD)});
1180 if (Attachments.size() == 1 && Attachments.back().MDKind == ID) {
1181 Attachments.pop_back();
1185 auto OldSize = Attachments.size();
1186 llvm::erase_if(Attachments,
1188 return OldSize != Attachments.size()
    [all...]
LLVMContextImpl.h 1273 /// Multimap-like storage for metadata attachments.
1282 SmallVector<Attachment, 1> Attachments;
1285 bool empty() const { return Attachments.empty(); }
1286 size_t size() const { return Attachments.size(); }
1292 /// Appends all attachments with the given ID to \c Result in insertion order.
1293 /// If the global has no attachments with the given ID, or if ID is invalid,
1297 /// Appends all attachments for the global to \c Result, sorting by attachment
1298 /// ID. Attachments with the same ID appear in insertion order. This function
1304 /// Set the \c ID attachment to \c MD, replacing the current attachments at \c
1311 /// Remove attachments with the given ID
    [all...]

Completed in 21 milliseconds