Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_debugging.cpp58 stack = StackDepotGet(chunk.GetAllocStackId()); in AsanGetStack()
62 stack = StackDepotGet(chunk.GetFreeStackId()); in AsanGetStack()
H A Dasan_descriptions.cpp61 StackDepotGet(context->stack_id).Print(); in DescribeThread()
175 StackTrace res = StackDepotGet(id); in GetStackTraceFromId()
332 StackDepotGet(reg_sites[i]).Print(); in Print()
H A Dasan_memory_profile.cpp69 StackDepotGet(a.id).Print(); in Print()
H A Dasan_errors.cpp374 StackDepotGet(stack_id1).Print(); in Print()
376 StackDepotGet(stack_id2).Print(); in Print()
/src/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_stats.cpp132 StackDepotGet(entry.stack_id).Print(); in Print()
145 StackDepotGet(entry.stack_id).Print(); in Print()
/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.h40 StackTrace StackDepotGet(u32 id);
H A Dsanitizer_stackdepot.cpp214 StackTrace StackDepotGet(u32 id) { in StackDepotGet() function
/src/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp96 const StackTrace St = StackDepotGet(Id); in StackSizeBytes()
127 const StackTrace St = StackDepotGet(Id); in SerializeStackToBuffer()
H A Dmemprof_descriptions.cpp61 StackDepotGet(context->stack_id).Print(); in DescribeThread()
/src/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_origin.h69 *stack = StackDepotGet(stack_id); in getNextChainedOrigin()
/src/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp32 StackTrace stack = StackDepotGet(stk); in PrintStackTrace()
/src/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp231 StackTrace stack = StackDepotGet(stack_trace_id); in Suppress()
855 StackTrace stack = StackDepotGet(stack_trace_id); in AddLeakedChunks()
929 StackDepotGet(leaks_[index].stack_trace_id).Print(); in PrintReportForLeak()
/src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp260 StackTrace stack = StackDepotGet(b->stk); in __tsan_get_alloc_stack()
H A Dtsan_rtl_mutex.cpp543 rep.AddStack(StackDepotGet(stk), true); in ReportDeadlock()
H A Dtsan_rtl_report.cpp95 StackTrace stack = StackDepotGet(stack_id); in SymbolizeStackId()
/src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp99 StackTrace res = StackDepotGet(id); in GetStackTraceFromId()