reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/asan/asan_activation.cpp
   98   VReport(1, "Deactivating ASan\n");
  126   VReport(1, "Activating ASan\n");
projects/compiler-rt/lib/asan/asan_fake_stack.cpp
   57   VReport(1, "T%d: FakeStack created: %p -- %p stack_size_log: %zd; "
projects/compiler-rt/lib/asan/asan_interceptors.cpp
  717   VReport(1, "AddressSanitizer: libc interceptors initialized\n");
projects/compiler-rt/lib/asan/asan_linux.cpp
  148   VReport(2, "info->dlpi_name = %s\tinfo->dlpi_addr = %p\n",
projects/compiler-rt/lib/asan/asan_poisoning.cpp
  345   VReport(1, "poisoning: %p %zx\n", (void *)addr, size);
  350   VReport(1, "unpoisoning: %p %zx\n", (void *)addr, size);
projects/compiler-rt/lib/asan/asan_rtl.cpp
  414     VReport(1, "AddressSanitizer init is being performed for dlopen().\n");
  526   VReport(1, "AddressSanitizer Init done\n");
projects/compiler-rt/lib/asan/asan_thread.cpp
   94   VReport(1, "T%d TSDDtor\n", context->tid);
  101   VReport(1, "T%d exited\n", tid);
  235   VReport(1, "T%d: stack [%p,%p) size 0x%zx; local=%p\n", tid(),
  429   VReport(2, "SetCurrentThread: %p for thread %p\n", t->context(),
  517     VReport(1, "__asan_start_switch_fiber called from unknown thread\n");
  529     VReport(1, "__asan_finish_switch_fiber called from unknown thread\n");
projects/compiler-rt/lib/cfi/cfi.cpp
  146   VReport(1, "CFI: shadow at %zx .. %zx\n", shadow_, shadow_ + GetShadowSize());
  233     VReport(1, "Can not handle: symtab > strtab (%p > %zx)\n", symtab, strtab);
  253     VReport(1, "Can not handle: symtab %p, strtab %zx\n", symtab, strtab);
  277     VReport(1, "Module '%s' __cfi_check %zx\n", info->dlpi_name, cfi_check);
  292         VReport(1, "   %zx .. %zx\n", cur_beg, cur_end);
  317   VReport(1, "CFI: VMA size %zx, shadow size %zx\n", vma, GetShadowSize());
  344   VReport(3, "__cfi_slowpath: %llx, %p\n", CallSiteTypeId, Ptr);
  347     VReport(1, "CFI: invalid memory region for a check target: %p\n", Ptr);
  358     VReport(2, "CFI: unchecked call (shadow=FFFF): %p\n", Ptr);
  362   VReport(2, "__cfi_check at %p\n", cfi_check);
projects/compiler-rt/lib/lsan/lsan_common.cpp
  806     VReport(1, "__lsan_ignore_object(): no heap object found at %p", p);
  808     VReport(1, "__lsan_ignore_object(): "
  811     VReport(1, "__lsan_ignore_object(): ignoring heap object at %p\n", p);
  822   VReport(1, "Registered root region at %p of size %llu\n", begin, size);
  839       VReport(1, "Unregistered root region at %p of size %llu\n", begin, size);
projects/compiler-rt/lib/lsan/lsan_common_linux.cpp
   64       VReport(1, "LeakSanitizer: Multiple modules match \"%s\". "
   73     VReport(1, "LeakSanitizer: Dynamic linker not found. TLS and other "
projects/compiler-rt/lib/sanitizer_common/sanitizer_libignore.cpp
   75         VReport(1,
  108         VReport(1, "Adding instrumented range %p-%p from library '%s'\n",
projects/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cpp
  211   VReport(1, "Installed the sigaction for signal %d\n", signum);
  484     VReport(1, "Waiting on the process failed (errno %d).\n", local_errno);
  495     VReport(1, "Waiting on the process failed (errno %d).\n", local_errno);
projects/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp
  148     VReport(1, "Could not attach to thread %zu (errno %d).\n", (uptr)tid,
  152     VReport(2, "Attached to thread %zu.\n", (uptr)tid);
  170         VReport(1, "Waiting on thread %zu failed, detaching (errno %d).\n",
  193       VReport(2, "Detached from thread %d.\n", tid);
  198       VReport(1, "Could not detach from thread %d (errno %d).\n", tid, pterrno);
  317     VReport(1, "Failed suspending threads.\n");
  439     VReport(1, "Failed spawning a tracer thread (errno %d).\n", local_errno);
  465       VReport(1, "Waiting on the tracer thread failed (errno %d).\n",
  552     VReport(1, "Could not get registers from thread %d (errno %d).\n", tid,
projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp
  400     VReport(2, "External symbolizer is explicitly disabled.\n");
  403     VReport(2, "Using llvm-symbolizer at user-specified path: %s\n", path);
  414     VReport(2, "Using addr2line at user-specified path: %s\n", path);
  432     VReport(2, "Using llvm-symbolizer found at: %s\n", found_path);
  437       VReport(2, "Using addr2line found at: %s\n", found_path);
  447     VReport(2, "Symbolizer is disabled.\n");
  451     VReport(2, "Cannot use internal symbolizer: out of memory\n");
  453     VReport(2, "Using internal symbolizer.\n");
  458     VReport(2, "Using libbacktrace symbolizer.\n");
projects/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cpp
   47   VReport(2, "__tls_get_addr: DTLS_Deallocate %p %zd\n", dtv, size);
   60   VReport(2, "__tls_get_addr: DTLS_Resize %p %zd\n", &dtls, num_live_dtls);
   74   VReport(2, "__tls_get_addr: DTLS_Destroy %p %zd\n", &dtls, dtls.dtv_size);
   99   VReport(2, "__tls_get_addr: %p {%p,%p} => %p; tls_beg: %p; sp: %p "
  105     VReport(2, "__tls_get_addr: glibc <=2.18 suspected; tls={%p,%p}\n",
  110     VReport(2, "__tls_get_addr: static tls: %p\n", tls_beg);
  117     VReport(2, "__tls_get_addr: glibc >=2.19 suspected; tls={%p %p}\n",
  120     VReport(2, "__tls_get_addr: Can't guess glibc version\n");
  131   VReport(2, "DTLS_on_libc_memalign: %p %p\n", ptr, size);
projects/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp
  272       VReport(1, "Program is run with unlimited stack size, which wouldn't "