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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_libignore.h 50 bool IsPcInstrumented(uptr pc) const;
100 if (track_instrumented_libs_ && !IsPcInstrumented(pc))
105 inline bool LibIgnore::IsPcInstrumented(uptr pc) const {
sanitizer_libignore.cc 107 if (IsPcInstrumented(range.beg) && IsPcInstrumented(range.end - 1))

Completed in 12 milliseconds