Searched refs:VALUE_PROF_KIND (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/profile/Linux/ |
| H A D | binary-id-padding.c | 21 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Enumerator = Value, macro
|
| H A D | corrupted-profile.c | 23 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Enumerator = Value, macro
|
| /llvm-project-15.0.7/compiler-rt/lib/profile/ |
| H A D | InstrProfiling.h | 19 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Enumerator = Value, macro
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 164 /* VALUE_PROF_KIND start */ 165 #ifndef VALUE_PROF_KIND 166 #define VALUE_PROF_KIND(Enumerator, Value, Descr) 179 VALUE_PROF_KIND(IPVK_IndirectCallTarget, 0, "indirect call target") 181 VALUE_PROF_KIND(IPVK_MemOPSize, 1, "memory intrinsic functions size") 187 VALUE_PROF_KIND(IPVK_First, IPVK_IndirectCallTarget, "first") 188 VALUE_PROF_KIND(IPVK_Last, IPVK_MemOPSize, "last") 190 #undef VALUE_PROF_KIND 191 /* VALUE_PROF_KIND end */
|
| H A D | InstrProf.h | 240 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Enumerator = Value, macro
|
| /llvm-project-15.0.7/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 164 /* VALUE_PROF_KIND start */ 165 #ifndef VALUE_PROF_KIND 166 #define VALUE_PROF_KIND(Enumerator, Value, Descr) 179 VALUE_PROF_KIND(IPVK_IndirectCallTarget, 0, "indirect call target") 181 VALUE_PROF_KIND(IPVK_MemOPSize, 1, "memory intrinsic functions size") 187 VALUE_PROF_KIND(IPVK_First, IPVK_IndirectCallTarget, "first") 188 VALUE_PROF_KIND(IPVK_Last, IPVK_MemOPSize, "last") 190 #undef VALUE_PROF_KIND 191 /* VALUE_PROF_KIND end */
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | InstrProfWriter.cpp | 521 #define VALUE_PROF_KIND(Enumerator, Value, Descr) #Enumerator, macro
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 344 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Descr, macro
|