Home
last modified time | relevance | path

Searched refs:PrintModuleMap (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_rtems.cc108 void PrintModuleMap() {} in PrintModuleMap() function
H A Dsanitizer_fuchsia.cc100 void PrintModuleMap() {} in PrintModuleMap() function
H A Dsanitizer_common.h229 void PrintModuleMap();
H A Dsanitizer_win.cc458 void PrintModuleMap() { } in PrintModuleMap() function
H A Dsanitizer_mac.cc1097 void PrintModuleMap() { in PrintModuleMap() function
H A Dsanitizer_linux.cc2053 void PrintModuleMap() { } in PrintModuleMap() function
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_rtl.cc49 if (common_flags()->print_module_map >= 1) PrintModuleMap(); in AsanDie()
H A Dasan_report.cc155 if (common_flags()->print_module_map == 2) PrintModuleMap(); in ~ScopedInErrorReport()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cc389 if (common_flags()->print_module_map == 2) PrintModuleMap(); in PrintReport()
H A Dtsan_rtl.cc438 if (common_flags()->print_module_map == 1) PrintModuleMap(); in Finalize()