Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/fuzzer/dataflow/
H A DDataFlowCallbacks.cpp19 static uint32_t *GuardsBeg, *GuardsEnd; variable
31 GuardsBeg = start; in __sanitizer_cov_trace_pc_guard_init()
38 __dft.NumGuards = GuardsEnd - GuardsBeg; in __sanitizer_cov_pcs_init()
45 GuardsBeg[i] = __dft.NumFuncs; in __sanitizer_cov_pcs_init()
56 size_t GuardIdx = guard - GuardsBeg; in __sanitizer_cov_trace_pc_guard()