Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h84 ProfileClangInstr, // Clang instrumentation to generate execution counts enumerator
497 return getProfileInstr() == ProfileClangInstr; in hasProfileClangInstr()
515 return getProfileUse() == ProfileClangInstr; in hasProfileClangUse()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1471 Opts.setProfileUse(CodeGenOptions::ProfileClangInstr); in setPGOUseInstrumentor()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7332 NormalizedValues<["ProfileNone", "ProfileClangInstr", "ProfileIRInstr", "ProfileCSIRInstr"]>,