Home
last modified time | relevance | path

Searched refs:IsPcInstrumented (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.h49 bool IsPcInstrumented(uptr pc) const;
110 if (track_instrumented_libs_ && !IsPcInstrumented(pc)) in IsIgnored()
115 inline bool LibIgnore::IsPcInstrumented(uptr pc) const { in IsPcInstrumented() function
H A Dsanitizer_libignore.cpp109 if (IsPcInstrumented(range.beg) && IsPcInstrumented(range.end - 1)) in OnLibraryLoaded()