Home
last modified time | relevance | path

Searched refs:VALUE_PROF_KIND (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc194 /* 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 DInstrProf.h268 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Enumerator = Value, macro
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc194 /* 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 DInstrProfiling.h30 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Enumerator = Value, macro
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp1032 #define VALUE_PROF_KIND(Enumerator, Value, Descr) #Enumerator, macro
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp389 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Descr, macro