Home
last modified time | relevance | path

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

/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/compiler-rt/include/profile/
H A DInstrProfData.inc171 /* VALUE_PROF_KIND start */
172 #ifndef VALUE_PROF_KIND
173 #define VALUE_PROF_KIND(Enumerator, Value, Descr)
186 VALUE_PROF_KIND(IPVK_IndirectCallTarget, 0, "indirect call target")
188 VALUE_PROF_KIND(IPVK_MemOPSize, 1, "memory intrinsic functions size")
194 VALUE_PROF_KIND(IPVK_First, IPVK_IndirectCallTarget, "first")
195 VALUE_PROF_KIND(IPVK_Last, IPVK_MemOPSize, "last")
197 #undef VALUE_PROF_KIND
198 /* VALUE_PROF_KIND end */
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc171 /* VALUE_PROF_KIND start */
172 #ifndef VALUE_PROF_KIND
173 #define VALUE_PROF_KIND(Enumerator, Value, Descr)
186 VALUE_PROF_KIND(IPVK_IndirectCallTarget, 0, "indirect call target")
188 VALUE_PROF_KIND(IPVK_MemOPSize, 1, "memory intrinsic functions size")
194 VALUE_PROF_KIND(IPVK_First, IPVK_IndirectCallTarget, "first")
195 VALUE_PROF_KIND(IPVK_Last, IPVK_MemOPSize, "last")
197 #undef VALUE_PROF_KIND
198 /* VALUE_PROF_KIND end */
H A DInstrProf.h259 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Enumerator = Value, macro
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp688 #define VALUE_PROF_KIND(Enumerator, Value, Descr) #Enumerator, macro
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp367 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Descr, macro