Home
last modified time | relevance | path

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

/src/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)
/src/contrib/llvm-project/clang/lib/Basic/
H A DProfileList.cpp76 case CodeGenOptions::ProfileNone: in getSectionName()
/src/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()
/src/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7332 NormalizedValues<["ProfileNone", "ProfileClangInstr", "ProfileIRInstr", "ProfileCSIRInstr"]>,
7333 MarshallingInfoEnum<CodeGenOpts<"ProfileInstr">, "ProfileNone">;