Searched refs:ProfileNone (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | ProfileList.cpp | 76 case CodeGenOptions::ProfileNone: in getSectionName()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.h | 86 ProfileNone, // Profile instrumentation is turned off. enumerator
|
| H A D | CodeGenOptions.def | 213 ENUM_CODEGENOPT(ProfileInstr, ProfileInstrKind, 2, ProfileNone) 215 ENUM_CODEGENOPT(ProfileUse, ProfileInstrKind, 2, ProfileNone)
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 342 CodeGenOpts.getProfileUse() != CodeGenOptions::ProfileNone) in HandleTranslationUnit()
|
| H A D | CodeGenFunction.cpp | 854 if (CGM.getCodeGenOpts().getProfileInstr() != CodeGenOptions::ProfileNone) in StartFunction()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 1965 (Opts.getProfileUse() != CodeGenOptions::ProfileNone); in ParseCodeGenArgs()
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 5503 NormalizedValues<["ProfileNone", "ProfileClangInstr", "ProfileIRInstr", "ProfileCSIRInstr"]>, 5504 MarshallingInfoEnum<CodeGenOpts<"ProfileInstr">, "ProfileNone">;
|