Searched refs:VALUE_PROF_KIND (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 162 /* VALUE_PROF_KIND start */ 163 #ifndef VALUE_PROF_KIND 164 #define VALUE_PROF_KIND(Enumerator, Value, Descr) 177 VALUE_PROF_KIND(IPVK_IndirectCallTarget, 0, "indirect call target") 179 VALUE_PROF_KIND(IPVK_MemOPSize, 1, "memory intrinsic functions size") 185 VALUE_PROF_KIND(IPVK_First, IPVK_IndirectCallTarget, "first") 186 VALUE_PROF_KIND(IPVK_Last, IPVK_MemOPSize, "last") 188 #undef VALUE_PROF_KIND 189 /* VALUE_PROF_KIND end */
|
| H A D | InstrProf.h | 239 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Enumerator = Value, macro
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
| H A D | InstrProfiling.h | 17 #define VALUE_PROF_KIND(Enumerator, Value) Enumerator = Value, macro
|
| H A D | InstrProfData.inc | 129 /* VALUE_PROF_KIND start */ 130 #ifndef VALUE_PROF_KIND 131 #define VALUE_PROF_KIND(Enumerator, Value) 135 VALUE_PROF_KIND(IPVK_IndirectCallTarget, 0) 141 VALUE_PROF_KIND(IPVK_First, IPVK_IndirectCallTarget) 142 VALUE_PROF_KIND(IPVK_Last, IPVK_IndirectCallTarget) 144 #undef VALUE_PROF_KIND 145 /* VALUE_PROF_KIND end */
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| H A D | InstrProfWriter.cpp | 406 #define VALUE_PROF_KIND(Enumerator, Value, Descr) #Enumerator, macro
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 331 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Descr, macro
|