Searched refs:LibIgnore (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_libignore.h10 // LibIgnore allows to ignore all interceptors called from a particular set
11 // of dynamic libraries. LibIgnore can be initialized with several templates
27 class LibIgnore { class in namespace:__sanitizer
29 explicit LibIgnore(LinkerInitialized);
86 // Disallow copying of LibIgnore objects.
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 {
105 inline bool LibIgnore
[all...]
H A Dsanitizer_libignore.cc22 LibIgnore::LibIgnore(LinkerInitialized) { function in class:__sanitizer::LibIgnore
25 void LibIgnore::AddIgnoredLibrary(const char *name_templ) {
39 void LibIgnore::OnLibraryLoaded(const char *name) {
123 void LibIgnore::OnLibraryUnloaded() {
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_libignore.h8 // LibIgnore allows to ignore all interceptors called from a particular set
9 // of dynamic libraries. LibIgnore can be initialized with several templates
25 class LibIgnore { class in namespace:__sanitizer
27 explicit LibIgnore(LinkerInitialized);
84 // Disallow copying of LibIgnore objects.
85 LibIgnore(const LibIgnore&); // not implemented
86 void operator = (const LibIgnore&); // not implemented
89 inline bool LibIgnore::IsIgnored(uptr pc, bool *pc_in_ignored_lib) const {
103 inline bool LibIgnore
[all...]
H A Dsanitizer_libignore.cc20 LibIgnore::LibIgnore(LinkerInitialized) { function in class:__sanitizer::LibIgnore
23 void LibIgnore::AddIgnoredLibrary(const char *name_templ) {
37 void LibIgnore::OnLibraryLoaded(const char *name) {
121 void LibIgnore::OnLibraryUnloaded() {
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_libignore.h9 // LibIgnore allows to ignore all interceptors called from a particular set
10 // of dynamic libraries. LibIgnore can be initialized with several templates
26 class LibIgnore { class in namespace:__sanitizer
28 explicit LibIgnore(LinkerInitialized);
85 // Disallow copying of LibIgnore objects.
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 {
104 inline bool LibIgnore
[all...]
H A Dsanitizer_libignore.cpp21 LibIgnore::LibIgnore(LinkerInitialized) { function in class:__sanitizer::LibIgnore
24 void LibIgnore::AddIgnoredLibrary(const char *name_templ) {
38 void LibIgnore::OnLibraryLoaded(const char *name) {
122 void LibIgnore::OnLibraryUnloaded() {
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.h22 LibIgnore *libignore();
H A Dtsan_interceptors.cc195 ALIGNED(64) LibIgnore libignore;
214 LibIgnore *libignore() {
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.h22 LibIgnore *libignore();
H A Dtsan_interceptors.cc190 ALIGNED(64) LibIgnore libignore;
209 LibIgnore *libignore() {
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors.h31 LibIgnore *libignore();
H A Dtsan_interceptors_posix.cpp188 ALIGNED(64) LibIgnore libignore;
205 LibIgnore *libignore() {

Completed in 232 milliseconds