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

/freebsd-current/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.h81 enum ProfileInstrKind { enum in class:clang::CodeGenOptions
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DProfileList.cpp74 static StringRef getSectionName(CodeGenOptions::ProfileInstrKind Kind) {
85 llvm_unreachable("Unhandled CodeGenOptions::ProfileInstrKind enum");
89 ProfileList::getDefault(CodeGenOptions::ProfileInstrKind Kind) const {
120 CodeGenOptions::ProfileInstrKind Kind) const {
134 CodeGenOptions::ProfileInstrKind Kind) const {
140 CodeGenOptions::ProfileInstrKind Kind) const {
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3434 CodeGenOptions::ProfileInstrKind Kind = getCodeGenOpts().getProfileInstr();

Completed in 88 milliseconds