Home
last modified time | relevance | path

Searched defs:Backtrace (Results 1 – 7 of 7) sorted by relevance

/llvm-project/compiler-rt/lib/gwp_asan/tests/
H A Dbacktrace.cpp71 TEST(Backtrace, Short) { in TEST() argument
85 TEST(Backtrace, ExceedsStorableLength) { in TEST() argument
102 TEST(Backtrace, ExceedsRetrievableAllocLength) { in TEST() argument
117 TEST(Backtrace, ExceedsRetrievableDeallocLength) { in TEST() argument
/llvm-project/compiler-rt/lib/gwp_asan/
H A Doptions.h37 Backtrace_t Backtrace = nullptr; member
H A Dguarded_pool_allocator.h231 options::Backtrace_t Backtrace = nullptr; variable
H A Dcommon.cpp57 options::Backtrace_t Backtrace) { in RecordBacktrace()
/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dbacktrace_linux_libc.cpp22 size_t Backtrace(uintptr_t *TraceBuffer, size_t Size) { in Backtrace() function
H A Dbacktrace_sanitizer_common.cpp56 size_t Backtrace(uintptr_t *TraceBuffer, size_t Size) { in Backtrace() function
/llvm-project/mlir/utils/lldb-scripts/
H A Daction_debugging.py148 class Backtrace: class