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