Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCodeGenOptions.h83 enum ProfileInstrKind { enum
DCodeGenOptions.def121 ENUM_CODEGENOPT(ProfileInstr, ProfileInstrKind, 2, ProfileNone)
123 ENUM_CODEGENOPT(ProfileUse, ProfileInstrKind, 2, ProfileNone)
/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.h98 enum ProfileInstrKind { enum
DCodeGenOptions.def190 ENUM_CODEGENOPT(ProfileInstr, ProfileInstrKind, 2, ProfileNone)
192 ENUM_CODEGENOPT(ProfileUse, ProfileInstrKind, 2, ProfileNone)
/external/clang/lib/Frontend/
DCompilerInvocation.cpp397 CodeGenOptions::ProfileInstrKind Instrumentor = in setPGOInstrumentor()
398 static_cast<CodeGenOptions::ProfileInstrKind>(I); in setPGOInstrumentor()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp787 auto Instrumentor = static_cast<CodeGenOptions::ProfileInstrKind>(I); in setPGOInstrumentor()