HomeSort by relevance Sort by last modified time
    Searched defs:LibIgnore (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_libignore.cc 21 LibIgnore::LibIgnore(LinkerInitialized) {
24 void LibIgnore::AddIgnoredLibrary(const char *name_templ) {
38 void LibIgnore::OnLibraryLoaded(const char *name) {
96 void LibIgnore::OnLibraryUnloaded() {
sanitizer_libignore.h 10 // 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 {
29 explicit LibIgnore(LinkerInitialized);
67 // Disallow copying of LibIgnore objects.
68 LibIgnore(const LibIgnore&); // not implemented
69 void operator = (const LibIgnore&); // not implemented
72 inline bool LibIgnore::IsIgnored(uptr pc) const {

Completed in 68 milliseconds