Searched refs:Backtrace (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/gwp_asan/optional/
H A Dbacktrace_linux_libc.cpp22 size_t Backtrace(uintptr_t *TraceBuffer, size_t Size) { function in namespace:__anon1226
33 return Backtrace(TraceBuffer, Size);
62 options::Backtrace_t getBacktraceFunction() { return Backtrace; }
H A Dbacktrace_sanitizer_common.cpp56 size_t Backtrace(uintptr_t *TraceBuffer, size_t Size) { function in namespace:__anon48
94 return Backtrace;
/openbsd-current/gnu/llvm/compiler-rt/lib/gwp_asan/
H A Doptions.h37 Backtrace_t Backtrace = nullptr; member in struct:gwp_asan::options::Options
51 Backtrace = nullptr;
H A Dcommon.cpp57 options::Backtrace_t Backtrace) {
59 if (!Backtrace)
64 Backtrace(UncompressedBuffer, kMaxTraceLengthToCollect);
65 // Backtrace() returns the number of available frames, which may be greater
56 RecordBacktrace( options::Backtrace_t Backtrace) argument
H A Dguarded_pool_allocator.cpp61 Backtrace = Opts.Backtrace;
263 Meta->AllocationTrace.RecordBacktrace(Backtrace);
361 Meta->DeallocationTrace.RecordBacktrace(Backtrace);
H A Dguarded_pool_allocator.h220 // Backtrace function provided by the supporting allocator. See `options.h`
222 options::Backtrace_t Backtrace = nullptr; member in class:gwp_asan::GuardedPoolAllocator
H A Dcommon.h79 void RecordBacktrace(options::Backtrace_t Backtrace);
/openbsd-current/gnu/llvm/compiler-rt/lib/gwp_asan/tests/
H A Dbacktrace.cpp75 TEST(Backtrace, Short) {
89 TEST(Backtrace, ExceedsStorableLength) {
106 TEST(Backtrace, ExceedsRetrievableAllocLength) {
121 TEST(Backtrace, ExceedsRetrievableDeallocLength) {
H A Dharness.h98 Opts.Backtrace = gwp_asan::backtrace::getBacktraceFunction();
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcombined.h199 Opt.Backtrace = gwp_asan::backtrace::getBacktraceFunction();

Completed in 99 milliseconds