Searched refs:ProfileClangInstr (Results 1 – 4 of 4) sorted by relevance
84 ProfileClangInstr, // Clang instrumentation to generate execution counts enumerator497 return getProfileInstr() == ProfileClangInstr; in hasProfileClangInstr()515 return getProfileUse() == ProfileClangInstr; in hasProfileClangUse()
78 case CodeGenOptions::ProfileClangInstr: in getSectionName()
1471 Opts.setProfileUse(CodeGenOptions::ProfileClangInstr); in setPGOUseInstrumentor()
7332 NormalizedValues<["ProfileNone", "ProfileClangInstr", "ProfileIRInstr", "ProfileCSIRInstr"]>,