Home
last modified time | relevance | path

Searched refs:ProfileInstrKind (Results 1 – 3 of 3) 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/clang/lib/Frontend/
DCompilerInvocation.cpp397 CodeGenOptions::ProfileInstrKind Instrumentor = in setPGOInstrumentor()
398 static_cast<CodeGenOptions::ProfileInstrKind>(I); in setPGOInstrumentor()