Home
last modified time | relevance | path

Searched refs:ProfileNone (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/lib/Basic/
H A DProfileList.cpp76 case CodeGenOptions::ProfileNone: in getSectionName()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h86 ProfileNone, // Profile instrumentation is turned off. enumerator
H A DCodeGenOptions.def213 ENUM_CODEGENOPT(ProfileInstr, ProfileInstrKind, 2, ProfileNone)
215 ENUM_CODEGENOPT(ProfileUse, ProfileInstrKind, 2, ProfileNone)
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenAction.cpp342 CodeGenOpts.getProfileUse() != CodeGenOptions::ProfileNone) in HandleTranslationUnit()
H A DCodeGenFunction.cpp854 if (CGM.getCodeGenOpts().getProfileInstr() != CodeGenOptions::ProfileNone) in StartFunction()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1965 (Opts.getProfileUse() != CodeGenOptions::ProfileNone); in ParseCodeGenArgs()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td5503 NormalizedValues<["ProfileNone", "ProfileClangInstr", "ProfileIRInstr", "ProfileCSIRInstr"]>,
5504 MarshallingInfoEnum<CodeGenOpts<"ProfileInstr">, "ProfileNone">;