HomeSort by: relevance | last modified time | path
    Searched refs:PCs (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerTracePC.h 130 return PCs()[Idx];
183 uintptr_t *PCs() const;
FuzzerTracePC.cpp 9 // Trace PCs.
25 // The coverage counters and PCs.
45 uintptr_t *TracePC::PCs() const {
54 if (PCs()[i])
139 "WARNING: The binary has too many instrumented PCs.\n"
167 Printf("INFO: Loaded %zd PC tables (%zd PCs): ", NumPCTables,
178 "number of instrumented PCs. This might be a compiler bug,\n"
206 // PCs are always 4 byte aligned.
376 PCsCopy[i] = PCs()[i] ? GetPreviousInstructionPc(PCs()[i]) : 0
    [all...]

Completed in 13 milliseconds