Searched refs:VALUE_PROF_KIND (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfData.inc | 161 /* VALUE_PROF_KIND start */ 162 #ifndef VALUE_PROF_KIND 163 #define VALUE_PROF_KIND(Enumerator, Value) 176 VALUE_PROF_KIND(IPVK_IndirectCallTarget, 0) 182 VALUE_PROF_KIND(IPVK_First, IPVK_IndirectCallTarget) 183 VALUE_PROF_KIND(IPVK_Last, IPVK_IndirectCallTarget) 185 #undef VALUE_PROF_KIND 186 /* VALUE_PROF_KIND end */
|
D | InstrProfiling.h | 19 #define VALUE_PROF_KIND(Enumerator, Value) Enumerator = Value, macro
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 161 /* VALUE_PROF_KIND start */ 162 #ifndef VALUE_PROF_KIND 163 #define VALUE_PROF_KIND(Enumerator, Value) 176 VALUE_PROF_KIND(IPVK_IndirectCallTarget, 0) 182 VALUE_PROF_KIND(IPVK_First, IPVK_IndirectCallTarget) 183 VALUE_PROF_KIND(IPVK_Last, IPVK_IndirectCallTarget) 185 #undef VALUE_PROF_KIND 186 /* VALUE_PROF_KIND end */
|
D | InstrProf.h | 239 #define VALUE_PROF_KIND(Enumerator, Value) Enumerator = Value, macro
|
/external/llvm/lib/ProfileData/ |
D | InstrProfWriter.cpp | 293 #define VALUE_PROF_KIND(Enumerator, Value) #Enumerator, macro
|