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

References

lib/IR/LLVMContextImpl.cpp
   52   for (auto &Pair : InstructionMetadata)
   54   assert(InstructionMetadata.empty() &&
lib/IR/Metadata.cpp
 1199   auto &InstructionMetadata = getContext().pImpl->InstructionMetadata;
 1234     auto &Info = getContext().pImpl->InstructionMetadata[this];
 1245           (getContext().pImpl->InstructionMetadata.count(this) > 0)) &&
 1249   auto &Info = getContext().pImpl->InstructionMetadata[this];
 1257   getContext().pImpl->InstructionMetadata.erase(this);
 1274   auto &Info = getContext().pImpl->InstructionMetadata[this];
 1293          getContext().pImpl->InstructionMetadata.count(this) &&
 1295   const auto &Info = getContext().pImpl->InstructionMetadata.find(this)->second;
 1304          getContext().pImpl->InstructionMetadata.count(this) &&
 1306   const auto &Info = getContext().pImpl->InstructionMetadata.find(this)->second;
 1374   getContext().pImpl->InstructionMetadata.erase(this);