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