Lines Matching defs:getKeyValMD
26 static Metadata *getKeyValMD(LLVMContext &Context, const char *Key,
44 static Metadata *getKeyValMD(LLVMContext &Context, const char *Key,
84 Components.push_back(getKeyValMD(Context, "ProfileFormat", KindStr[PSK]));
85 Components.push_back(getKeyValMD(Context, "TotalCount", getTotalCount()));
86 Components.push_back(getKeyValMD(Context, "MaxCount", getMaxCount()));
88 getKeyValMD(Context, "MaxInternalCount", getMaxInternalCount()));
90 getKeyValMD(Context, "MaxFunctionCount", getMaxFunctionCount()));
91 Components.push_back(getKeyValMD(Context, "NumCounts", getNumCounts()));
92 Components.push_back(getKeyValMD(Context, "NumFunctions", getNumFunctions()));
95 getKeyValMD(Context, "IsPartialProfile", isPartialProfile()));