Searched refs:ProfileNone (Results 1 – 3 of 3) sorted by relevance
84 ProfileNone, // Profile instrumentation is turned off. enumerator
121 ENUM_CODEGENOPT(ProfileInstr, ProfileInstrKind, 2, ProfileNone)123 ENUM_CODEGENOPT(ProfileUse, ProfileInstrKind, 2, ProfileNone)
388 .Case("none", CodeGenOptions::ProfileNone) in setPGOInstrumentor()