Home
last modified time | relevance | path

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 DInstrProfData.inc162 /* 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 DInstrProf.h239 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Enumerator = Value, macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfiling.h17 #define VALUE_PROF_KIND(Enumerator, Value) Enumerator = Value, macro
H A DInstrProfData.inc129 /* 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 DInstrProfWriter.cpp406 #define VALUE_PROF_KIND(Enumerator, Value, Descr) #Enumerator, macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp331 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Descr, macro