Lines Matching refs:fuzzer
27 namespace fuzzer {
259 } // namespace fuzzer
265 fuzzer::TPC.HandleTrace(Guard, PC);
270 fuzzer::TPC.HandleInit(Start, Stop);
276 fuzzer::TPC.HandleCallerCallee(PC, Callee);
281 fuzzer::TPC.HandleCmp(__builtin_return_address(0), Arg1, Arg2);
285 fuzzer::TPC.HandleCmp(__builtin_return_address(0), Arg1, Arg2);
289 fuzzer::TPC.HandleCmp(__builtin_return_address(0), Arg1, Arg2);
293 fuzzer::TPC.HandleCmp(__builtin_return_address(0), Arg1, Arg2);
320 fuzzer::TPC.HandleCmp(PC + Idx, static_cast<uint32_t>(Val),
323 fuzzer::TPC.HandleCmp(PC + Idx, Val, Vals[Idx]);
328 fuzzer::TPC.HandleCmp(__builtin_return_address(0), Val, (uint32_t)0);
332 fuzzer::TPC.HandleCmp(__builtin_return_address(0), Val, (uint64_t)0);
336 fuzzer::TPC.HandleCmp(__builtin_return_address(0), Idx, (uintptr_t)0);