Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h82 ProfileNone, // Profile instrumentation is turned off. enumerator
498 bool hasProfileInstr() const { return getProfileInstr() != ProfileNone; } in hasProfileInstr()
H A DCodeGenOptions.def211 ENUM_CODEGENOPT(ProfileInstr, ProfileInstrKind, 2, ProfileNone)
213 ENUM_CODEGENOPT(ProfileUse, ProfileInstrKind, 2, ProfileNone)
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DProfileList.cpp76 case CodeGenOptions::ProfileNone: in getSectionName()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp340 CodeGenOpts.getProfileUse() != CodeGenOptions::ProfileNone) in HandleTranslationUnit()
H A DCodeGenFunction.cpp882 if (CGM.getCodeGenOpts().getProfileInstr() != CodeGenOptions::ProfileNone) { in StartFunction()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7020 NormalizedValues<["ProfileNone", "ProfileClangInstr", "ProfileIRInstr", "ProfileCSIRInstr"]>,
7021 MarshallingInfoEnum<CodeGenOpts<"ProfileInstr">, "ProfileNone">;