Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/fuzzer/dataflow/
H A DDataFlow.h29 PCFLAG_FUNC_ENTRY = 1, enumerator
H A DDataFlowCallbacks.cpp21 return __dft.PCsBeg[BlockIdx * 2 + 1] & PCFLAG_FUNC_ENTRY; in BlockIsEntry()
H A DDataFlow.cpp80 return __dft.PCsBeg[BlockIdx * 2 + 1] & PCFLAG_FUNC_ENTRY; in BlockIsEntry()