Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCodeGenOptions.h99 enum ProfileInstrKind { enum
H A DCodeGenOptions.def165 ENUM_CODEGENOPT(ProfileInstr, ProfileInstrKind, 2, ProfileNone)
167 ENUM_CODEGENOPT(ProfileUse, ProfileInstrKind, 2, ProfileNone)
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp597 auto Instrumentor = static_cast<CodeGenOptions::ProfileInstrKind>(I); in setPGOInstrumentor()