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