Searched defs:pc_array (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_libcdep.cc57 // pc_array is the array containing the covered PCs.
58 // To make the pc_array thread- and async-signal-safe it has to be large enough.
61 // With coverage_direct=1 in ASAN_OPTIONS, pc_array memory is mapped to a file.
117 // pc_array is allocated with MmapNoReserveOrDie and so it uses only as
119 uptr *pc_array; member in class:__sanitizer::CoverageData
120 // Index of the first available pc_array slot.
134 uptr beg, end; // elements [beg,end) in pc_array.
157 // values. Each such value is the index in pc_array.
194 if (pc_array)
196 pc_array
[all...]

Completed in 64 milliseconds