Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_libignore.h49 bool IsPcInstrumented(uptr pc) const;
99 if (track_instrumented_libs_ && !IsPcInstrumented(pc)) in IsIgnored()
104 inline bool LibIgnore::IsPcInstrumented(uptr pc) const { in IsPcInstrumented() function
Dsanitizer_libignore.cpp106 if (IsPcInstrumented(range.beg) && IsPcInstrumented(range.end - 1)) in OnLibraryLoaded()