Searched refs:ProfileInstrKind (Results 1 – 10 of 10) sorted by relevance
72 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()
52 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;
539 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()
219 ENUM_CODEGENOPT(ProfileInstr, llvm::driver::ProfileInstrKind, 4, llvm::driver::ProfileInstrKind::Pr…222 ENUM_CODEGENOPT(ProfileUse, llvm::driver::ProfileInstrKind, 2, llvm::driver::ProfileInstrKind::Prof…
55 enum ProfileInstrKind { enum
277 llvm::driver::ProfileInstrKind::ProfileNone) in HandleTranslationUnit()
947 llvm::driver::ProfileInstrKind::ProfileNone) { in StartFunction()
3720 llvm::driver::ProfileInstrKind Kind = getCodeGenOpts().getProfileInstr(); in isFunctionBlockedByProfileList()
1499 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()
7870 NormalizedValuesScope<"llvm::driver::ProfileInstrKind">,