Home
last modified time | relevance | path

Searched refs:Printf_t (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/compiler-rt/lib/gwp_asan/optional/
Dsegv_handler.h34 typedef void (*Printf_t)(const char *Format, ...); typedef
55 Printf_t Print);
77 void installSignalHandlers(gwp_asan::GuardedPoolAllocator *GPA, Printf_t Printf,
85 SegvBacktrace_t SegvBacktrace, Printf_t Printf,
Dsegv_handler_posix.cpp25 using gwp_asan::crash_handler::Printf_t;
31 Printf_t PrintfForSignalHandler;
67 ScopedEndOfReportDecorator(gwp_asan::crash_handler::Printf_t Printf) in ScopedEndOfReportDecorator()
70 gwp_asan::crash_handler::Printf_t Printf;
76 Printf_t Printf) { in printHeader()
121 gwp_asan::crash_handler::Printf_t Printf) { in defaultPrintStackTrace()
139 void installSignalHandlers(gwp_asan::GuardedPoolAllocator *GPA, Printf_t Printf, in installSignalHandlers()
163 SegvBacktrace_t SegvBacktrace, Printf_t Printf, in dumpReport()
Dsegv_handler_fuchsia.cpp16 Printf_t /* Printf */, in installSignalHandlers() argument
Dbacktrace_linux_libc.cpp35 gwp_asan::crash_handler::Printf_t Printf) { in PrintBacktrace()
Dbacktrace_sanitizer_common.cpp65 gwp_asan::crash_handler::Printf_t Printf) { in PrintBacktrace()
/external/gwp_asan/gwp_asan/optional/
Dsegv_handler_posix.cpp29 using gwp_asan::Printf_t;
36 ScopedEndOfReportDecorator(gwp_asan::Printf_t Printf) : Printf(Printf) {} in ScopedEndOfReportDecorator()
38 gwp_asan::Printf_t Printf;
44 Printf_t Printf) { in printHeader()
90 SegvBacktrace_t SegvBacktrace, Printf_t Printf, in dumpReport()
158 Printf_t PrintfForSignalHandler;
197 void installSignalHandlers(gwp_asan::GuardedPoolAllocator *GPA, Printf_t Printf, in installSignalHandlers()
Doptions_parser.h18 void initOptions(Printf_t PrintfForWarnings = nullptr);
20 void initOptions(const char *OptionsStr, Printf_t PrintfForWarnings = nullptr);
Doptions_parser.cpp33 explicit OptionParser(gwp_asan::Printf_t PrintfForWarnings) in OptionParser()
58 gwp_asan::Printf_t Printf = nullptr;
217 void initOptions(const char *OptionsStr, Printf_t PrintfForWarnings) { in initOptions()
251 void initOptions(Printf_t PrintfForWarnings) { in initOptions()
Dprintf.h30 typedef void (*Printf_t)(const char *Format, ...); typedef
Dsegv_handler_fuchsia.cpp16 Printf_t /* Printf */, in installSignalHandlers() argument
Dsegv_handler.h24 void installSignalHandlers(gwp_asan::GuardedPoolAllocator *GPA, Printf_t Printf,
Dbacktrace.h32 Printf_t Print);
Dbacktrace_linux_libc.cpp37 gwp_asan::Printf_t Printf) { in PrintBacktrace()
Dbacktrace_sanitizer_common.cpp65 gwp_asan::Printf_t Printf) { in PrintBacktrace()
/external/gwp_asan/gwp_asan/tests/platform_specific/
Dprintf_sanitizer_common.cpp16 Printf_t getPrintfFunction() { return __sanitizer::Printf; } in getPrintfFunction()
/external/llvm-project/compiler-rt/lib/gwp_asan/tests/optional/
Dprintf_sanitizer_common.cpp18 crash_handler::Printf_t getPrintfFunction() { return __sanitizer::Printf; } in getPrintfFunction()
/external/gwp_asan/android/
Dtest_printf.cpp20 Printf_t getPrintfFunction() { return PrintfWrapper; } in getPrintfFunction()
Dtest_backtrace.cpp62 gwp_asan::Printf_t Print) { in PrintBacktraceUnwindstack()
/external/gwp_asan/gwp_asan/tests/
Dharness.h34 Printf_t getPrintfFunction();
/external/llvm-project/compiler-rt/lib/gwp_asan/tests/
Dharness.h33 crash_handler::Printf_t getPrintfFunction();