Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DProfileList.h43 CodeGenOptions::ProfileInstrKind Kind) const;
46 CodeGenOptions::ProfileInstrKind Kind) const;
49 CodeGenOptions::ProfileInstrKind Kind) const;
H A DCodeGenOptions.h85 enum ProfileInstrKind { enum
H A DCodeGenOptions.def213 ENUM_CODEGENOPT(ProfileInstr, ProfileInstrKind, 2, ProfileNone)
215 ENUM_CODEGENOPT(ProfileUse, ProfileInstrKind, 2, ProfileNone)
/llvm-project-15.0.7/clang/lib/Basic/
H A DProfileList.cpp74 static StringRef getSectionName(CodeGenOptions::ProfileInstrKind Kind) { in getSectionName()
90 CodeGenOptions::ProfileInstrKind Kind) const { in isFunctionExcluded()
101 CodeGenOptions::ProfileInstrKind Kind) const { in isLocationExcluded()
107 CodeGenOptions::ProfileInstrKind Kind) const { in isFileExcluded()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp2901 CodeGenOptions::ProfileInstrKind Kind = getCodeGenOpts().getProfileInstr(); in isFunctionBlockedByProfileList()