HomeSort by: relevance | last modified time | path
    Searched refs:FormattedStackTracePrinter (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_stacktrace_printer.h 54 class FormattedStackTracePrinter : public StackTracePrinter {
110 ~FormattedStackTracePrinter() {}
sanitizer_stacktrace_printer.cpp 29 new (GetGlobalLowLevelAllocator()) FormattedStackTracePrinter();
35 const char *FormattedStackTracePrinter::StripFunctionName(
159 void FormattedStackTracePrinter::RenderFrame(InternalScopedString *buffer,
271 bool FormattedStackTracePrinter::RenderNeedsSymbolization(const char *format) {
294 void FormattedStackTracePrinter::RenderData(InternalScopedString *buffer,
327 void FormattedStackTracePrinter::RenderSourceLocation(
346 void FormattedStackTracePrinter::RenderModuleLocation(
sanitizer_symbolizer_markup.cpp 85 void FormattedStackTracePrinter::RenderData(InternalScopedString *buffer,
92 bool FormattedStackTracePrinter::RenderNeedsSymbolization(const char *format) {
97 void FormattedStackTracePrinter::RenderFrame(InternalScopedString *buffer,

Completed in 61 milliseconds