HomeSort by: relevance | last modified time | path
    Searched refs:StackDepotGet (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_stackdepot_test.cc 24 StackTrace stack = StackDepotGet(i1);
31 StackTrace stack = StackDepotGet((1 << 30) - 1);
37 StackTrace stack = StackDepotGet(i1);
42 StackTrace stack = StackDepotGet(0);
52 StackTrace stack = StackDepotGet(i1);
86 StackTrace stack = StackDepotGet(ids[i]);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stackdepot.h 41 StackTrace StackDepotGet(u32 id);
47 // efficiently queried with StackDepotGet(). You can use it concurrently with
sanitizer_stackdepot.cc 120 StackTrace StackDepotGet(u32 id) {
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_origin.h 90 if (stack) *stack = StackDepotGet(stack_id);
95 return StackDepotGet(getHeapId());
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_memory_profile.cc 71 StackDepotGet(a.id).Print();
asan_descriptions.cc 62 StackDepotGet(context->stack_id).Print();
177 StackTrace res = StackDepotGet(id);
333 StackDepotGet(reg_sites[i]).Print();
asan_errors.cc 343 StackDepotGet(stack_id1).Print();
345 StackDepotGet(stack_id2).Print();
asan_allocator.cc 822 StackTrace res = StackDepotGet(id);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_rtl.cc 33 StackTrace stack = StackDepotGet(stk);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_debugging.cc 253 StackTrace stack = StackDepotGet(b->stk);
tsan_rtl_mutex.cc 529 rep.AddStack(StackDepotGet(stk), true);
tsan_rtl_report.cc 111 StackTrace stack = StackDepotGet(stack_id);
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc 484 StackDepotGet(stack_trace_id).Print();
499 StackTrace stack = StackDepotGet(m.stack_trace_id());
653 StackTrace stack = StackDepotGet(stack_trace_id);

Completed in 58 milliseconds