Searched refs:VALUE_PROF_KIND (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 194 /* VALUE_PROF_KIND start */ 195 #ifndef VALUE_PROF_KIND 196 #define VALUE_PROF_KIND(Enumerator, Value, Descr) 209 VALUE_PROF_KIND(IPVK_IndirectCallTarget, 0, "indirect call target") 211 VALUE_PROF_KIND(IPVK_MemOPSize, 1, "memory intrinsic functions size") 224 VALUE_PROF_KIND(IPVK_VTableTarget, 2, "The profiled address point of the vtable") 230 VALUE_PROF_KIND(IPVK_First, IPVK_IndirectCallTarget, "first") 231 VALUE_PROF_KIND(IPVK_Last, IPVK_VTableTarget, "last") 233 #undef VALUE_PROF_KIND 234 /* VALUE_PROF_KIND end */
|
| H A D | InstrProf.h | 268 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Enumerator = Value, macro
|
| /freebsd/contrib/llvm-project/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 194 /* VALUE_PROF_KIND start */ 195 #ifndef VALUE_PROF_KIND 196 #define VALUE_PROF_KIND(Enumerator, Value, Descr) 209 VALUE_PROF_KIND(IPVK_IndirectCallTarget, 0, "indirect call target") 211 VALUE_PROF_KIND(IPVK_MemOPSize, 1, "memory intrinsic functions size") 224 VALUE_PROF_KIND(IPVK_VTableTarget, 2, "The profiled address point of the vtable") 230 VALUE_PROF_KIND(IPVK_First, IPVK_IndirectCallTarget, "first") 231 VALUE_PROF_KIND(IPVK_Last, IPVK_VTableTarget, "last") 233 #undef VALUE_PROF_KIND 234 /* VALUE_PROF_KIND end */
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfiling.h | 30 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Enumerator = Value, macro
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfWriter.cpp | 1032 #define VALUE_PROF_KIND(Enumerator, Value, Descr) #Enumerator, macro
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 389 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Descr, macro
|