Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/fuzz/
H A Dget_error_info_fuzzer.cpp20 FuzzedDataProvider FDP(Data, Size); in LLVMFuzzerTestOneInput() local
22 uintptr_t FaultAddr = FDP.ConsumeIntegral<uintptr_t>(); in LLVMFuzzerTestOneInput()
23 uintptr_t MemoryAddr = FDP.ConsumeIntegral<uintptr_t>(); in LLVMFuzzerTestOneInput()
26 FDP.ConsumeRandomLengthString(FDP.remaining_bytes()); in LLVMFuzzerTestOneInput()
33 FDP.ConsumeRandomLengthString(FDP.remaining_bytes()); in LLVMFuzzerTestOneInput()
41 FDP.ConsumeRandomLengthString(FDP.remaining_bytes()); in LLVMFuzzerTestOneInput()
48 std::string RingBufferBytes = FDP.ConsumeRemainingBytesAsString(); in LLVMFuzzerTestOneInput()
/llvm-project-15.0.7/llvm/lib/Support/
H A DGraphWriter.cpp178 case GraphProgram::FDP: in getProgramName()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DGraphWriter.h52 FDP, enumerator