HomeSort by: relevance | last modified time | path
    Searched refs:StackDepotGet (Results 1 - 24 of 24) 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/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_stackdepot.h 40 StackTrace StackDepotGet(u32 id);
sanitizer_stackdepot.cpp 106 StackTrace StackDepotGet(u32 id) {
  /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/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_debugging.cpp 58 stack = StackDepotGet(chunk.GetAllocStackId());
62 stack = StackDepotGet(chunk.GetFreeStackId());
asan_memory_profile.cpp 70 StackDepotGet(a.id).Print();
asan_descriptions.cpp 61 StackDepotGet(context->stack_id).Print();
175 StackTrace res = StackDepotGet(id);
332 StackDepotGet(reg_sites[i]).Print();
asan_errors.cpp 356 StackDepotGet(stack_id1).Print();
358 StackDepotGet(stack_id2).Print();
  /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/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_common.cpp 503 caller_pc = GetCallerPC(StackDepotGet(stack_id));
793 StackTrace stack = StackDepotGet(stack_trace_id);
861 StackDepotGet(leaks_[index].stack_trace_id).Print();
898 leaks_[i].stack_trace_id, StackDepotGet(leaks_[i].stack_trace_id));
  /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/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_debugging.cpp 258 StackTrace stack = StackDepotGet(b->stk);
tsan_rtl_mutex.cpp 544 rep.AddStack(StackDepotGet(stk), true);
tsan_rtl_report.cpp 95 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);
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_report.cpp 100 StackTrace res = StackDepotGet(id);

Completed in 59 milliseconds