Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_origin.h89 if (stack) *stack = StackDepotGet(stack_id); in getNextChainedOrigin()
94 return StackDepotGet(getHeapId()); in getStackTraceForHeapOrigin()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.h40 StackTrace StackDepotGet(u32 id);
H A Dsanitizer_stackdepot.cpp106 StackTrace StackDepotGet(u32 id) { in StackDepotGet() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_descriptions.cpp61 StackDepotGet(context->stack_id).Print(); in DescribeThread()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_origin.h69 *stack = StackDepotGet(stack_id); in getNextChainedOrigin()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp61 StackDepotGet(context->stack_id).Print(); in DescribeThread()
175 StackTrace res = StackDepotGet(id); in GetStackTraceFromId()
331 StackDepotGet(reg_sites[i]).Print(); in Print()
H A Dasan_memory_profile.cpp70 StackDepotGet(a.id).Print(); in Print()
H A Dasan_errors.cpp357 StackDepotGet(stack_id1).Print(); in Print()
359 StackDepotGet(stack_id2).Print(); in Print()
H A Dasan_allocator.cpp913 StackTrace res = StackDepotGet(id); in GetStackTraceFromId()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp32 StackTrace stack = StackDepotGet(stk); in PrintStackTrace()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp589 StackDepotGet(stack_trace_id).Print(); in PrintStackTraceById()
604 StackTrace stack = StackDepotGet(m.stack_trace_id()); in CollectLeaksCb()
785 StackTrace stack = StackDepotGet(stack_trace_id); in GetSuppressionForStack()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp258 StackTrace stack = StackDepotGet(b->stk); in __tsan_get_alloc_stack()
H A Dtsan_rtl_mutex.cpp536 rep.AddStack(StackDepotGet(stk), true); in ReportDeadlock()
H A Dtsan_rtl_report.cpp93 StackTrace stack = StackDepotGet(stack_id); in SymbolizeStackId()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp100 StackTrace res = StackDepotGet(id); in GetStackTraceFromId()