Home
last modified time | relevance | path

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

/external/llvm/lib/Fuzzer/
DFuzzerDFSan.cpp240 static DFSanState *DFSan; variable
247 if (!&dfsan_create_label || !DFSan) return false; in MutateWithDFSan()
248 return DFSan->Mutate(U); in MutateWithDFSan()
253 DFSan = new DFSanState(Options); in InitializeDFSan()
273 DFSan->DFSanCmpCallback(PC, CmpSize, Type, Arg1, Arg2, L1, L2); in __dfsw___sanitizer_cov_trace_cmp()
DFuzzerFlags.def47 FUZZER_FLAG_INT(dfsan, 1, "Use DFSan for taint-guided mutations. No-op unless "
48 "the DFSan instrumentation was compiled in.")
/external/compiler-rt/test/dfsan/
DCMakeLists.txt15 set_target_properties(check-dfsan PROPERTIES FOLDER "DFSan tests")
/external/compiler-rt/lib/dfsan/
Ddfsan_flags.inc10 // DFSan runtime flags.
Ddone_abilist.txt5 # DFSan interface functions
/external/clang/docs/
DDataFlowSanitizerDesign.rst212 DFSan changes the ABI of each function in the module. This makes it possible