Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DProfileList.h47 CodeGenOptions::ProfileInstrKind Kind) const;
50 CodeGenOptions::ProfileInstrKind Kind) const;
53 CodeGenOptions::ProfileInstrKind Kind) const;
H A DCodeGenOptions.h85 enum ProfileInstrKind { enum
H A DCodeGenOptions.def197 ENUM_CODEGENOPT(ProfileInstr, ProfileInstrKind, 2, ProfileNone)
199 ENUM_CODEGENOPT(ProfileUse, ProfileInstrKind, 2, ProfileNone)
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp2651 CodeGenOptions::ProfileInstrKind Kind = getCodeGenOpts().getProfileInstr(); in isProfileInstrExcluded()