Home
last modified time | relevance | path

Searched refs:StackDepotGet (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_origin.h90 if (stack) *stack = StackDepotGet(stack_id); in getNextChainedOrigin()
95 return StackDepotGet(getHeapId()); in getStackTraceForHeapOrigin()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.h41 StackTrace StackDepotGet(u32 id);
H A Dsanitizer_stackdepot.cc120 StackTrace StackDepotGet(u32 id) { in StackDepotGet() function
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_descriptions.cc62 StackDepotGet(context->stack_id).Print(); in DescribeThread()
177 StackTrace res = StackDepotGet(id); in GetStackTraceFromId()
333 StackDepotGet(reg_sites[i]).Print(); in Print()
H A Dasan_memory_profile.cc71 StackDepotGet(a.id).Print(); in Print()
H A Dasan_errors.cc343 StackDepotGet(stack_id1).Print(); in Print()
345 StackDepotGet(stack_id2).Print(); in Print()
H A Dasan_allocator.cc822 StackTrace res = StackDepotGet(id); in GetStackTraceFromId()
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_common.cc484 StackDepotGet(stack_trace_id).Print(); in PrintStackTraceById()
499 StackTrace stack = StackDepotGet(m.stack_trace_id()); in CollectLeaksCb()
653 StackTrace stack = StackDepotGet(stack_trace_id); in GetSuppressionForStack()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cc33 StackTrace stack = StackDepotGet(stk); in PrintStackTrace()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cc259 StackTrace stack = StackDepotGet(b->stk); in __tsan_get_alloc_stack()
H A Dtsan_rtl_mutex.cc529 rep.AddStack(StackDepotGet(stk), true); in ReportDeadlock()
H A Dtsan_rtl_report.cc111 StackTrace stack = StackDepotGet(stack_id); in SymbolizeStackId()
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_report.cc78 StackTrace res = StackDepotGet(id); in GetStackTraceFromId()