Searched refs:ProfileNone (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
| H A D | ProfileList.cpp | 76 case CodeGenOptions::ProfileNone: in getSectionName()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.h | 86 ProfileNone, // Profile instrumentation is turned off. enumerator
|
| H A D | CodeGenOptions.def | 197 ENUM_CODEGENOPT(ProfileInstr, ProfileInstrKind, 2, ProfileNone) 199 ENUM_CODEGENOPT(ProfileUse, ProfileInstrKind, 2, ProfileNone)
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 325 CodeGenOpts.getProfileUse() != CodeGenOptions::ProfileNone) in HandleTranslationUnit()
|
| H A D | CodeGenFunction.cpp | 850 if (CGM.getCodeGenOpts().getProfileInstr() != CodeGenOptions::ProfileNone) in StartFunction()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 1901 (Opts.getProfileUse() != CodeGenOptions::ProfileNone); in ParseCodeGenArgs()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
| H A D | Options.td | 4988 NormalizedValues<["ProfileNone", "ProfileClangInstr", "ProfileIRInstr", "ProfileCSIRInstr"]>, 4989 MarshallingInfoEnum<CodeGenOpts<"ProfileInstr">, "ProfileNone">;
|