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

References

lib/IR/ProfileSummary.cpp
   49   Type *Int32Ty = Type::getInt32Ty(Context);
   50   Type *Int64Ty = Type::getInt64Ty(Context);
   56     Entries.push_back(MDTuple::get(Context, EntryMD));
   58   Metadata *Ops[2] = {MDString::get(Context, "DetailedSummary"),
   59                       MDTuple::get(Context, Entries)};
   60   return MDTuple::get(Context, Ops);