Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.h26 class LibIgnore {
28 explicit LibIgnore(LinkerInitialized);
86 LibIgnore(const LibIgnore&); // not implemented
87 void operator = (const LibIgnore&); // not implemented
90 inline bool LibIgnore::IsIgnored(uptr pc, bool *pc_in_ignored_lib) const { in IsIgnored()
104 inline bool LibIgnore::IsPcInstrumented(uptr pc) const { in IsPcInstrumented()
H A Dsanitizer_libignore.cpp21 LibIgnore::LibIgnore(LinkerInitialized) { in LibIgnore() function in __sanitizer::LibIgnore
24 void LibIgnore::AddIgnoredLibrary(const char *name_templ) { in AddIgnoredLibrary()
38 void LibIgnore::OnLibraryLoaded(const char *name) { in OnLibraryLoaded()
122 void LibIgnore::OnLibraryUnloaded() { in OnLibraryUnloaded()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.h37 LibIgnore *libignore();
H A Dtsan_interceptors_posix.cpp211 alignas(64) LibIgnore libignore;
228 LibIgnore *libignore() { in libignore()