Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Basic/
H A DProfileList.h52 ExclusionType getDefault(CodeGenOptions::ProfileInstrKind Kind) const;
56 CodeGenOptions::ProfileInstrKind Kind) const;
59 CodeGenOptions::ProfileInstrKind Kind) const;
62 CodeGenOptions::ProfileInstrKind Kind) const;
H A DCodeGenOptions.h82 enum ProfileInstrKind { enum
H A DCodeGenOptions.def217 ENUM_CODEGENOPT(ProfileInstr, ProfileInstrKind, 2, ProfileNone)
219 ENUM_CODEGENOPT(ProfileUse, ProfileInstrKind, 2, ProfileNone)
/src/contrib/llvm-project/clang/lib/Basic/
H A DProfileList.cpp74 static StringRef getSectionName(CodeGenOptions::ProfileInstrKind Kind) { in getSectionName()
89 ProfileList::getDefault(CodeGenOptions::ProfileInstrKind Kind) const { in getDefault()
120 CodeGenOptions::ProfileInstrKind Kind) const { in isFunctionExcluded()
134 CodeGenOptions::ProfileInstrKind Kind) const { in isLocationExcluded()
140 CodeGenOptions::ProfileInstrKind Kind) const { in isFileExcluded()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3468 CodeGenOptions::ProfileInstrKind Kind = getCodeGenOpts().getProfileInstr(); in isFunctionBlockedByProfileList()