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

Declarations

projects/compiler-rt/lib/sanitizer_common/sanitizer_common.h
  217 const char *StripPathPrefix(const char *filepath,

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.cpp
  132       buffer->append("%s", StripPathPrefix(info.module, strip_path_prefix));
  148       buffer->append("%s", StripPathPrefix(info.file, strip_path_prefix));
  216         buffer->append("%s", StripPathPrefix(DI->file, strip_path_prefix));
  238     buffer->append("%s(%d", StripPathPrefix(file, strip_path_prefix), line);
  245   buffer->append("%s", StripPathPrefix(file, strip_path_prefix));
  256   buffer->append("(%s", StripPathPrefix(module, strip_path_prefix));