Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.h87 ProfileClangInstr, // Clang instrumentation to generate execution counts enumerator
419 return getProfileInstr() == ProfileClangInstr; in hasProfileClangInstr()
434 return getProfileUse() == ProfileClangInstr; in hasProfileClangUse()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
DProfileList.cpp78 case CodeGenOptions::ProfileClangInstr: in getSectionName()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp1292 Opts.setProfileUse(CodeGenOptions::ProfileClangInstr); in setPGOUseInstrumentor()
1303 Opts.setProfileUse(CodeGenOptions::ProfileClangInstr); in setPGOUseInstrumentor()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DOptions.td5045 NormalizedValues<["ProfileNone", "ProfileClangInstr", "ProfileIRInstr", "ProfileCSIRInstr"]>,