Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h83 ProfileNone, // Profile instrumentation is turned off. enumerator
511 bool hasProfileInstr() const { return getProfileInstr() != ProfileNone; } in hasProfileInstr()
H A DCodeGenOptions.def217 ENUM_CODEGENOPT(ProfileInstr, ProfileInstrKind, 2, ProfileNone)
219 ENUM_CODEGENOPT(ProfileUse, ProfileInstrKind, 2, ProfileNone)
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp315 CodeGenOpts.getProfileUse() != CodeGenOptions::ProfileNone) in HandleTranslationUnit()
H A DCodeGenFunction.cpp940 if (CGM.getCodeGenOpts().getProfileInstr() != CodeGenOptions::ProfileNone) { in StartFunction()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7332 NormalizedValues<["ProfileNone", "ProfileClangInstr", "ProfileIRInstr", "ProfileCSIRInstr"]>,
7333 MarshallingInfoEnum<CodeGenOpts<"ProfileInstr">, "ProfileNone">;