Home
last modified time | relevance | path

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

/external/rust/crates/libfuzzer-sys/libfuzzer/dataflow/
DDataFlowCallbacks.cpp21 return __dft.PCsBeg[BlockIdx * 2 + 1] & PCFLAG_FUNC_ENTRY; in BlockIsEntry()
39 __dft.PCsBeg = pcs_beg; in __sanitizer_cov_pcs_init()
41 assert(__dft.NumGuards == (__dft.PCsEnd - __dft.PCsBeg) / 2); in __sanitizer_cov_pcs_init()
DDataFlow.h21 const uintptr_t *PCsBeg, *PCsEnd; member
DDataFlow.cpp82 return __dft.PCsBeg[BlockIdx * 2 + 1] & PCFLAG_FUNC_ENTRY; in BlockIsEntry()
100 uintptr_t PC = __dft.PCsBeg[I * 2]; in PrintFunctions()
/external/llvm-project/compiler-rt/lib/fuzzer/dataflow/
DDataFlowCallbacks.cpp21 return __dft.PCsBeg[BlockIdx * 2 + 1] & PCFLAG_FUNC_ENTRY; in BlockIsEntry()
39 __dft.PCsBeg = pcs_beg; in __sanitizer_cov_pcs_init()
41 assert(__dft.NumGuards == (__dft.PCsEnd - __dft.PCsBeg) / 2); in __sanitizer_cov_pcs_init()
DDataFlow.h21 const uintptr_t *PCsBeg, *PCsEnd; member
DDataFlow.cpp82 return __dft.PCsBeg[BlockIdx * 2 + 1] & PCFLAG_FUNC_ENTRY; in BlockIsEntry()
100 uintptr_t PC = __dft.PCsBeg[I * 2]; in PrintFunctions()