reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

projects/compiler-rt/lib/sanitizer_common/sanitizer_libignore.h
   49   bool IsPcInstrumented(uptr pc) const;

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_libignore.cpp
  106         if (IsPcInstrumented(range.beg) && IsPcInstrumented(range.end - 1))
  106         if (IsPcInstrumented(range.beg) && IsPcInstrumented(range.end - 1))
projects/compiler-rt/lib/sanitizer_common/sanitizer_libignore.h
   99   if (track_instrumented_libs_ && !IsPcInstrumented(pc))