Home
last modified time | relevance | path

Searched refs:LibIgnore (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.h27 class LibIgnore {
29 explicit LibIgnore(LinkerInitialized);
87 LibIgnore(const LibIgnore&); // not implemented
88 void operator = (const LibIgnore&); // not implemented
91 inline bool LibIgnore::IsIgnored(uptr pc, bool *pc_in_ignored_lib) const { in IsIgnored()
105 inline bool LibIgnore::IsPcInstrumented(uptr pc) const { in IsPcInstrumented()
H A Dsanitizer_libignore.cc22 LibIgnore::LibIgnore(LinkerInitialized) { in LibIgnore() function in __sanitizer::LibIgnore
25 void LibIgnore::AddIgnoredLibrary(const char *name_templ) { in AddIgnoredLibrary()
39 void LibIgnore::OnLibraryLoaded(const char *name) { in OnLibraryLoaded()
123 void LibIgnore::OnLibraryUnloaded() { in OnLibraryUnloaded()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.h22 LibIgnore *libignore();
H A Dtsan_interceptors.cc191 ALIGNED(64) LibIgnore libignore;
210 LibIgnore *libignore() { in libignore()