Home
last modified time | relevance | path

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

/freebsd/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)
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3468 CodeGenOptions::ProfileInstrKind Kind = getCodeGenOpts().getProfileInstr(); in isFunctionBlockedByProfileList()