Searched refs:ProfileInstrKind (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/Frontend/ |
D | CodeGenOptions.h | 83 enum ProfileInstrKind { enum
|
D | CodeGenOptions.def | 121 ENUM_CODEGENOPT(ProfileInstr, ProfileInstrKind, 2, ProfileNone) 123 ENUM_CODEGENOPT(ProfileUse, ProfileInstrKind, 2, ProfileNone)
|
/external/llvm-project/clang/include/clang/Basic/ |
D | CodeGenOptions.h | 98 enum ProfileInstrKind { enum
|
D | CodeGenOptions.def | 190 ENUM_CODEGENOPT(ProfileInstr, ProfileInstrKind, 2, ProfileNone) 192 ENUM_CODEGENOPT(ProfileUse, ProfileInstrKind, 2, ProfileNone)
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 397 CodeGenOptions::ProfileInstrKind Instrumentor = in setPGOInstrumentor() 398 static_cast<CodeGenOptions::ProfileInstrKind>(I); in setPGOInstrumentor()
|
/external/llvm-project/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 787 auto Instrumentor = static_cast<CodeGenOptions::ProfileInstrKind>(I); in setPGOInstrumentor()
|