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

References

lib/IR/Core.cpp
 1055   return wrap(MDNode::get(*unwrap(C), ArrayRef<Metadata*>(unwrap(MDs), Count)));
lib/IR/DebugInfo.cpp
  965 auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements),
  978   auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements),
  992   auto Subs = unwrap(Builder)->getOrCreateArray({unwrap(Subscripts),
 1003   auto Subs = unwrap(Builder)->getOrCreateArray({unwrap(Subscripts),
 1035   auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements),
 1210   auto Elts = unwrap(Builder)->getOrCreateArray({unwrap(Elements),
 1258       unwrap(Builder)->getOrCreateTypeArray({unwrap(Types), Length}).get());
 1267   auto Elts = unwrap(Builder)->getOrCreateTypeArray({unwrap(ParameterTypes),
 1321       MDTuple::getTemporary(*unwrap(Ctx), {unwrap(Data), Count}).release());
 1417   Metadata **DataValue = unwrap(Data);