Home
last modified time | relevance | path

Searched refs:BBExecuted (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/fuzzer/dataflow/
H A DDataFlowCallbacks.cpp48 __dft.BBExecuted = (bool*)calloc(__dft.NumGuards, sizeof(bool)); in __sanitizer_cov_pcs_init()
58 __dft.BBExecuted[GuardIdx] = true; in __sanitizer_cov_trace_pc_guard()
H A DDataFlow.h23 bool *BBExecuted; // Array of NumGuards elements. member
H A DDataFlow.cpp145 if (__dft.BBExecuted[FuncBeg]) { in PrintCoverage()
148 if (__dft.BBExecuted[I]) in PrintCoverage()