|
LLVM
4.0.0
|
#include <FuzzerTracePC.h>
Classes | |
| struct | Pair |
Public Member Functions | |
| void | Insert (size_t Idx, T Arg1, T Arg2) |
| Pair | Get (size_t I) |
Public Attributes | |
| Pair | Table [kSize] |
Static Public Attributes | |
| static const size_t | kSize = kSizeT |
Definition at line 29 of file FuzzerTracePC.h.
|
inline |
Definition at line 40 of file FuzzerTracePC.h.
Referenced by fuzzer::MutationDispatcher::Mutate_AddWordFromTORC().
|
inline |
Definition at line 34 of file FuzzerTracePC.h.
Referenced by fuzzer::TracePC::HandleCmp().
|
static |
Definition at line 30 of file FuzzerTracePC.h.
Referenced by fuzzer::TableOfRecentCompares< uint64_t, kTORCSize >::Get(), and fuzzer::TableOfRecentCompares< uint64_t, kTORCSize >::Insert().
| Pair fuzzer::TableOfRecentCompares< T, kSizeT >::Table[kSize] |
Definition at line 42 of file FuzzerTracePC.h.
Referenced by fuzzer::TableOfRecentCompares< uint64_t, kTORCSize >::Get(), and fuzzer::TableOfRecentCompares< uint64_t, kTORCSize >::Insert().
1.8.6