Home
last modified time | relevance | path

Searched refs:Descr (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerLoop.cpp396 std::string Descr = DescribePC("%F %L", PC + 1); in CheckExitOnSrcPosOrItem() local
397 if (Descr.find(Options.ExitOnSrcPos) != std::string::npos) { in CheckExitOnSrcPosOrItem()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp406 #define VALUE_PROF_KIND(Enumerator, Value, Descr) #Enumerator, argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h239 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Enumerator = Value, argument
H A DInstrProfData.inc164 #define VALUE_PROF_KIND(Enumerator, Value, Descr)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp331 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Descr, argument
H A DMemorySanitizer.cpp3855 Value *Descr = getLocalVarDescription(I); in poisonAllocaUserspace() local
3858 IRB.CreatePointerCast(Descr, IRB.getInt8PtrTy()), in poisonAllocaUserspace()
3864 Value *Descr = getLocalVarDescription(I); in poisonAllocaKmsan() local
3868 IRB.CreatePointerCast(Descr, IRB.getInt8PtrTy())}); in poisonAllocaKmsan()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20126276 Descriptor instead of Descr. Update users to match.