Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h87 ProfileClangInstr, // Clang instrumentation to generate execution counts enumerator
419 return getProfileInstr() == ProfileClangInstr; in hasProfileClangInstr()
434 return getProfileUse() == ProfileClangInstr; in hasProfileClangUse()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DProfileList.cpp78 case CodeGenOptions::ProfileClangInstr: in getSectionName()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1292 Opts.setProfileUse(CodeGenOptions::ProfileClangInstr); in setPGOUseInstrumentor()
1303 Opts.setProfileUse(CodeGenOptions::ProfileClangInstr); in setPGOUseInstrumentor()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td4988 NormalizedValues<["ProfileNone", "ProfileClangInstr", "ProfileIRInstr", "ProfileCSIRInstr"]>,