Home
last modified time | relevance | path

Searched refs:ProfileInstrKind (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DProfileList.cpp72 static StringRef getSectionName(llvm::driver::ProfileInstrKind Kind) { in getSectionName()
74 case llvm::driver::ProfileInstrKind::ProfileNone: in getSectionName()
76 case llvm::driver::ProfileInstrKind::ProfileClangInstr: in getSectionName()
78 case llvm::driver::ProfileInstrKind::ProfileIRInstr: in getSectionName()
80 case llvm::driver::ProfileInstrKind::ProfileCSIRInstr: in getSectionName()
82 case llvm::driver::ProfileInstrKind::ProfileIRSampleColdCov: in getSectionName()
89 ProfileList::getDefault(llvm::driver::ProfileInstrKind Kind) const { in getDefault()
120 llvm::driver::ProfileInstrKind Kind) const { in isFunctionExcluded()
134 llvm::driver::ProfileInstrKind Kind) const { in isLocationExcluded()
140 llvm::driver::ProfileInstrKind Kind) const { in isFileExcluded()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DProfileList.h52 ExclusionType getDefault(llvm::driver::ProfileInstrKind Kind) const;
56 llvm::driver::ProfileInstrKind Kind) const;
59 llvm::driver::ProfileInstrKind Kind) const;
61 isFileExcluded(StringRef FileName, llvm::driver::ProfileInstrKind Kind) const;
H A DCodeGenOptions.h539 llvm::driver::ProfileInstrKind::ProfileClangInstr; in hasProfileClangInstr()
544 return getProfileInstr() == llvm::driver::ProfileInstrKind::ProfileIRInstr; in hasProfileIRInstr()
550 llvm::driver::ProfileInstrKind::ProfileCSIRInstr; in hasProfileCSIRInstr()
555 return getProfileInstr() != llvm::driver::ProfileInstrKind::ProfileNone; in hasProfileInstr()
560 return getProfileUse() == llvm::driver::ProfileInstrKind::ProfileClangInstr; in hasProfileClangUse()
565 return getProfileUse() == llvm::driver::ProfileInstrKind::ProfileIRInstr || in hasProfileIRUse()
566 getProfileUse() == llvm::driver::ProfileInstrKind::ProfileCSIRInstr; in hasProfileIRUse()
571 return getProfileUse() == llvm::driver::ProfileInstrKind::ProfileCSIRInstr; in hasProfileCSIRUse()
H A DCodeGenOptions.def219 ENUM_CODEGENOPT(ProfileInstr, llvm::driver::ProfileInstrKind, 4, llvm::driver::ProfileInstrKind::Pr…
222 ENUM_CODEGENOPT(ProfileUse, llvm::driver::ProfileInstrKind, 2, llvm::driver::ProfileInstrKind::Prof…
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Driver/
H A DCodeGenOptions.h55 enum ProfileInstrKind { enum
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp277 llvm::driver::ProfileInstrKind::ProfileNone) in HandleTranslationUnit()
H A DCodeGenFunction.cpp947 llvm::driver::ProfileInstrKind::ProfileNone) { in StartFunction()
H A DCodeGenModule.cpp3720 llvm::driver::ProfileInstrKind Kind = getCodeGenOpts().getProfileInstr(); in isFunctionBlockedByProfileList()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1499 Opts.setProfileUse(llvm::driver::ProfileInstrKind::ProfileCSIRInstr); in setPGOUseInstrumentor()
1501 Opts.setProfileUse(llvm::driver::ProfileInstrKind::ProfileIRInstr); in setPGOUseInstrumentor()
1503 Opts.setProfileUse(llvm::driver::ProfileInstrKind::ProfileClangInstr); in setPGOUseInstrumentor()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7870 NormalizedValuesScope<"llvm::driver::ProfileInstrKind">,