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 19 LibIgnore::LibIgnore(LinkerInitialized) {
22 void LibIgnore::Init(const SuppressionContext &supp) {
42 void LibIgnore::OnLibraryLoaded(const char *name) {
100 void LibIgnore::OnLibraryUnloaded() {
sanitizer_libignore.h 10 // LibIgnore allows to ignore all interceptors called from a particular set
11 // of dynamic libraries. LibIgnore remembers all "called_from_lib" suppressions
28 class LibIgnore {
30 explicit LibIgnore(LinkerInitialized);
68 // Disallow copying of LibIgnore objects.
69 LibIgnore(const LibIgnore&); // not implemented
70 void operator = (const LibIgnore&); // not implemented
73 inline bool LibIgnore::IsIgnored(uptr pc) const {

Completed in 40 milliseconds