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