Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/clang/lib/Basic/
H A DProfileList.cpp78 case CodeGenOptions::ProfileClangInstr: in getSectionName()
/src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1471 Opts.setProfileUse(CodeGenOptions::ProfileClangInstr); in setPGOUseInstrumentor()
/src/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7332 NormalizedValues<["ProfileNone", "ProfileClangInstr", "ProfileIRInstr", "ProfileCSIRInstr"]>,