Searched refs:StackDepotGet (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.h41 StackTrace StackDepotGet(u32 id);
47 // efficiently queried with StackDepotGet(). You can use it concurrently with
H A Dsanitizer_stackdepot.cc120 StackTrace StackDepotGet(u32 id) { function in namespace:__sanitizer
/freebsd-11.0-release/contrib/compiler-rt/lib/msan/
H A Dmsan_origin.h90 if (stack) *stack = StackDepotGet(stack_id);
95 return StackDepotGet(getHeapId());
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cc33 StackTrace stack = StackDepotGet(stk);
/freebsd-11.0-release/contrib/compiler-rt/lib/lsan/
H A Dlsan_common.cc346 StackDepotGet(stack_trace_id).Print();
361 StackTrace stack = StackDepotGet(m.stack_trace_id());
485 StackTrace stack = StackDepotGet(stack_trace_id);
/freebsd-11.0-release/contrib/compiler-rt/lib/asan/
H A Dasan_report.cc332 StackDepotGet(reg_sites[i]).Print();
616 StackDepotGet(context->stack_id).Print();
948 StackDepotGet(stack_id1).Print();
950 StackDepotGet(stack_id2).Print();
H A Dasan_allocator.cc666 StackTrace res = StackDepotGet(id);
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cc476 rep.AddStack(StackDepotGet(stk), true);
H A Dtsan_rtl_report.cc102 StackTrace stack = StackDepotGet(stack_id);

Completed in 74 milliseconds