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

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp
  398   const char *binary_name = path ? StripModuleName(path) : "";
  398   const char *binary_name = path ? StripModuleName(path) : "";
  399   if (path && path[0] == '\0') {
  399   if (path && path[0] == '\0') {
  403     VReport(2, "Using llvm-symbolizer at user-specified path: %s\n", path);
  404     return new(*allocator) LLVMSymbolizer(path, allocator);
  414     VReport(2, "Using addr2line at user-specified path: %s\n", path);
  415     return new(*allocator) Addr2LinePool(path, allocator);
  416   } else if (path) {
  419            "binary or other known tool.\n", path);
  424   CHECK(path == nullptr);