HomeSort by relevance Sort by last modified time
    Searched refs:SanitizerToolName (Results 1 - 8 of 8) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc 70 SanitizerToolName, size, size, mem_type, errno);
82 SanitizerToolName, size, size, addr);
97 SanitizerToolName, size, size, fixed_addr, errno);
111 SanitizerToolName, size, size, fixed_addr, errno);
199 Report("ERROR: %s setrlimit() failed %d\n", SanitizerToolName, errno);
sanitizer_thread_registry.cc 130 SanitizerToolName, max_threads_);
205 Report("%s: Detach of non-existent thread\n", SanitizerToolName);
222 Report("%s: Join of non-existent thread\n", SanitizerToolName);
sanitizer_common.cc 19 const char *SanitizerToolName = "SanitizerTool";
201 SanitizerToolName, error_type,
sanitizer_common.h 35 extern const char *SanitizerToolName; // Can be changed by the tool.
167 // SanitizerToolName: error_type file:line function
sanitizer_allocator.h 538 Printf("%s: Out of memory. Dying. ", SanitizerToolName);
    [all...]
  /external/compiler-rt/lib/msan/
msan.cc 238 SanitizerToolName = "MemorySanitizer";
  /external/compiler-rt/lib/asan/
asan_rtl.cc 418 SanitizerToolName = "AddressSanitizer";
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 170 SanitizerToolName = "ThreadSanitizer";

Completed in 1196 milliseconds