Searched refs:ProfileNone (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.h | 82 ProfileNone, // Profile instrumentation is turned off. enumerator 498 bool hasProfileInstr() const { return getProfileInstr() != ProfileNone; } in hasProfileInstr()
|
| H A D | CodeGenOptions.def | 211 ENUM_CODEGENOPT(ProfileInstr, ProfileInstrKind, 2, ProfileNone) 213 ENUM_CODEGENOPT(ProfileUse, ProfileInstrKind, 2, ProfileNone)
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | ProfileList.cpp | 76 case CodeGenOptions::ProfileNone: in getSectionName()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 340 CodeGenOpts.getProfileUse() != CodeGenOptions::ProfileNone) in HandleTranslationUnit()
|
| H A D | CodeGenFunction.cpp | 882 if (CGM.getCodeGenOpts().getProfileInstr() != CodeGenOptions::ProfileNone) { in StartFunction()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 7020 NormalizedValues<["ProfileNone", "ProfileClangInstr", "ProfileIRInstr", "ProfileCSIRInstr"]>, 7021 MarshallingInfoEnum<CodeGenOpts<"ProfileInstr">, "ProfileNone">;
|