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

References

projects/compiler-rt/lib/asan/asan_flags.cpp
   77   __lsan::Flags *lf = __lsan::flags();
projects/compiler-rt/lib/lsan/lsan.cpp
   69   Flags *f = flags();
projects/compiler-rt/lib/lsan/lsan_common.cpp
   89   suppression_ctx->ParseFromFile(flags()->suppressions);
  160   const uptr alignment = flags()->pointer_alignment();
  161   LOG_POINTERS("Scanning %s range %p-%p.\n", region_type, begin, end);
  176     if (!flags()->use_poisoned && WordIsPoisoned(pp)) {
  177       LOG_POINTERS(
  185     LOG_POINTERS("%p: found %p pointing into chunk %p-%p of size %zu.\n", pp, p,
  223     LOG_THREADS("Processing thread %d.\n", os_id);
  232       LOG_THREADS("Thread %d not found in registry.\n", os_id);
  246     if (flags()->use_registers && have_registers)
  250     if (flags()->use_stacks) {
  251       LOG_THREADS("Stack at %p-%p (SP = %p).\n", stack_begin, stack_end, sp);
  256         LOG_THREADS("WARNING: stack pointer not in stack range.\n");
  264         LOG_THREADS("Skipped %d guard page(s) to obtain stack %p-%p.\n",
  275     if (flags()->use_tls) {
  277         LOG_THREADS("TLS at %p-%p.\n", tls_begin, tls_end);
  297             LOG_THREADS("DTLS %zu at %p-%p.\n", j, dtls_beg, dtls_end);
  305         LOG_THREADS("Thread %d has DTLS under destruction.\n", os_id);
  316   LOG_POINTERS("Root region %p-%p intersects with mapped region %p-%p (%s)\n",
  337   if (!flags()->use_root_regions) return;
  372     LOG_POINTERS("Ignored: chunk %p-%p of size %zu.\n",
  441       flags()->use_tls && flags()->use_ld_allocations && GetLinker() != nullptr;
  441       flags()->use_tls && flags()->use_ld_allocations && GetLinker() != nullptr;
  462   LOG_POINTERS("Processing platform-specific allocations.\n");
  468   LOG_POINTERS("Scanning leaked chunks.\n");
  495     u32 resolution = flags()->resolution;
  594     param.leak_report.ReportTopLeaks(flags()->max_leaks);
  685   if (flags()->report_objects) {
  733   if (flags()->report_objects) {
projects/compiler-rt/lib/lsan/lsan_common_linux.cpp
   98   if (!flags()->use_globals) return;