Searched refs:ProfileNone (Results 1 – 4 of 4) sorted by relevance
99 ProfileNone, // Profile instrumentation is turned off. enumerator
176 ENUM_CODEGENOPT(ProfileInstr, ProfileInstrKind, 2, ProfileNone)178 ENUM_CODEGENOPT(ProfileUse, ProfileInstrKind, 2, ProfileNone)
326 CodeGenOpts.getProfileUse() != CodeGenOptions::ProfileNone) in HandleTranslationUnit()
632 .Case("none", CodeGenOptions::ProfileNone) in setPGOInstrumentor()1338 (Opts.getProfileUse() != CodeGenOptions::ProfileNone); in ParseCodeGenArgs()