HomeSort by relevance Sort by last modified time
    Searched refs:FastPoisonShadow (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/asan/
asan_poisoning.h 34 ALWAYS_INLINE void FastPoisonShadow(uptr aligned_beg, uptr aligned_size,
asan_globals.cc 49 FastPoisonShadow(g->beg, g->size_with_redzone, value);
54 FastPoisonShadow(g.beg + aligned_size, g.size_with_redzone - aligned_size,
asan_poisoning.cc 27 FastPoisonShadow(addr, size, value);

Completed in 2874 milliseconds