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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DSharingPtr.cpp24 class Backtrace { class
26 Backtrace();
28 ~Backtrace();
39 Backtrace::Backtrace() : m_frames() {} function in class:Backtrace
41 Backtrace::~Backtrace() {}
43 void Backtrace::GetFrames() {
50 void Backtrace::Dump() const {
57 typedef std::pair<void *, Backtrace> PtrBacktracePai
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dbacktrace_linux_libc.cpp20 size_t Backtrace(uintptr_t *TraceBuffer, size_t Size) { function in namespace:__anon3614
51 Backtrace_t getBacktraceFunction() { return Backtrace; }
H A Dbacktrace_sanitizer_common.cpp32 size_t Backtrace(uintptr_t *TraceBuffer, size_t Size) { function in namespace:__anon3615
74 return Backtrace;
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Doptions.h77 Backtrace_t Backtrace = nullptr; member in struct:gwp_asan::options::Options
93 Backtrace = nullptr;
H A Dguarded_pool_allocator.cpp64 uintptr_t AllocAddr, size_t AllocSize, options::Backtrace_t Backtrace) {
76 if (Backtrace) {
79 Backtrace(UncompressedBuffer, kMaxTraceLengthToCollect);
87 options::Backtrace_t Backtrace) {
92 if (Backtrace && !ThreadLocals.RecursiveGuard) {
97 Backtrace(UncompressedBuffer, kMaxTraceLengthToCollect);
136 Backtrace = Opts.Backtrace;
206 Meta->RecordAllocation(Ptr, Size, Backtrace);
233 Meta->RecordDeallocation(Backtrace);
63 RecordAllocation( uintptr_t AllocAddr, size_t AllocSize, options::Backtrace_t Backtrace) argument
86 RecordDeallocation( options::Backtrace_t Backtrace) argument
[all...]
H A Dguarded_pool_allocator.h55 options::Backtrace_t Backtrace);
58 void RecordDeallocation(options::Backtrace_t Backtrace);
244 options::Backtrace_t Backtrace = nullptr; member in class:gwp_asan::GuardedPoolAllocator
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp676 Opts.Backtrace = gwp_asan::options::getBacktraceFunction();

Completed in 111 milliseconds