Home
last modified time | relevance | path

Searched refs:ProfileClangInstr (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h83 ProfileClangInstr, // Clang instrumentation to generate execution counts enumerator
484 return getProfileInstr() == ProfileClangInstr; in hasProfileClangInstr()
502 return getProfileUse() == ProfileClangInstr; in hasProfileClangUse()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DProfileList.cpp78 case CodeGenOptions::ProfileClangInstr: in getSectionName()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1447 Opts.setProfileUse(CodeGenOptions::ProfileClangInstr); in setPGOUseInstrumentor()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7020 NormalizedValues<["ProfileNone", "ProfileClangInstr", "ProfileIRInstr", "ProfileCSIRInstr"]>,