Searched refs:Descr (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfiling.h | 30 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Enumerator = Value, argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerLoop.cpp | 397 std::string Descr = DescribePC("%F %L", TE->PC + 1); in CheckExitOnSrcPosOrItem() local 398 if (Descr.find(Options.ExitOnSrcPos) != std::string::npos) { in CheckExitOnSrcPosOrItem()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 268 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Enumerator = Value, argument
|
H A D | InstrProfData.inc | 196 #define VALUE_PROF_KIND(Enumerator, Value, Descr)
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 389 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Descr, argument
|
H A D | MemorySanitizer.cpp | 4640 Value *Descr = getLocalVarDescription(I); in poisonAllocaUserspace() local 4642 {&I, Len, Idptr, Descr}); in poisonAllocaUserspace() 4650 Value *Descr = getLocalVarDescription(I); in poisonAllocaKmsan() local 4652 IRB.CreateCall(MS.MsanPoisonAllocaFn, {&I, Len, Descr}); in poisonAllocaKmsan()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfWriter.cpp | 1032 #define VALUE_PROF_KIND(Enumerator, Value, Descr) #Enumerator, argument
|
/freebsd/contrib/llvm-project/compiler-rt/include/profile/ |
H A D | InstrProfData.inc | 196 #define VALUE_PROF_KIND(Enumerator, Value, Descr)
|