Searched refs:PrintBacktrace (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dbacktrace_linux_libc.cpp26 static void PrintBacktrace(uintptr_t *Trace, size_t TraceLength, function in namespace:__anon3614
52 PrintBacktrace_t getPrintBacktraceFunction() { return PrintBacktrace; }
H A Dbacktrace_sanitizer_common.cpp47 static void PrintBacktrace(uintptr_t *Trace, size_t TraceLength, function in namespace:__anon3615
76 PrintBacktrace_t getPrintBacktraceFunction() { return PrintBacktrace; }
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Doptions.h78 PrintBacktrace_t PrintBacktrace = nullptr; member in struct:gwp_asan::options::Options
94 PrintBacktrace = nullptr;
H A Dguarded_pool_allocator.cpp137 if (Opts.PrintBacktrace)
138 PrintBacktrace = Opts.PrintBacktrace;
140 PrintBacktrace = defaultPrintStackTrace;
439 options::PrintBacktrace_t PrintBacktrace) {
456 PrintBacktrace(UncompressedTrace, UncompressedLength, Printf);
470 PrintBacktrace(UncompressedTrace, UncompressedLength, Printf);
514 PrintBacktrace(Trace, TraceLength, Printf);
520 printAllocDeallocTraces(AccessPtr, Meta, Printf, PrintBacktrace);
437 printAllocDeallocTraces(uintptr_t AccessPtr, AllocationMetadata *Meta, options::Printf_t Printf, options::PrintBacktrace_t PrintBacktrace) argument
H A Dguarded_pool_allocator.h245 options::PrintBacktrace_t PrintBacktrace = nullptr; member in class:gwp_asan::GuardedPoolAllocator
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp677 Opts.PrintBacktrace = gwp_asan::options::getPrintBacktraceFunction();

Completed in 282 milliseconds