Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Driver/
H A DCodeGenOptions.h57 ProfileClangInstr, // Clang instrumentation to generate execution counts enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h539 llvm::driver::ProfileInstrKind::ProfileClangInstr; in hasProfileClangInstr()
560 return getProfileUse() == llvm::driver::ProfileInstrKind::ProfileClangInstr; in hasProfileClangUse()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DProfileList.cpp76 case llvm::driver::ProfileInstrKind::ProfileClangInstr: in getSectionName()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1503 Opts.setProfileUse(llvm::driver::ProfileInstrKind::ProfileClangInstr); in setPGOUseInstrumentor()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7871 …NormalizedValues<["ProfileNone", "ProfileClangInstr", "ProfileIRInstr", "ProfileCSIRInstr", "Profi…