Home
last modified time | relevance | path

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

12

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_stackdepot_test.cc24 StackTrace stack = StackDepotGet(i1); in TEST()
31 StackTrace stack = StackDepotGet((1 << 30) - 1); in TEST()
37 StackTrace stack = StackDepotGet(i1); in TEST()
42 StackTrace stack = StackDepotGet(0); in TEST()
52 StackTrace stack = StackDepotGet(i1); in TEST()
86 StackTrace stack = StackDepotGet(ids[i]); in TEST()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_origin.h90 if (stack) *stack = StackDepotGet(stack_id); in getNextChainedOrigin()
95 return StackDepotGet(getHeapId()); in getStackTraceForHeapOrigin()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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.cpp70 StackDepotGet(a.id).Print(); in Print()
H A Dasan_errors.cpp356 StackDepotGet(stack_id1).Print(); in Print()
358 StackDepotGet(stack_id2).Print(); in Print()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stackdepot.h40 StackTrace StackDepotGet(u32 id);
H A Dsanitizer_stackdepot.cpp106 StackTrace StackDepotGet(u32 id) { in StackDepotGet() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stackdepot.h39 StackTrace StackDepotGet(u32 id);
H A Dsanitizer_stackdepot.cc118 StackTrace StackDepotGet(u32 id) { in StackDepotGet() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stackdepot.h41 StackTrace StackDepotGet(u32 id);
H A Dsanitizer_stackdepot.cc120 StackTrace StackDepotGet(u32 id) { in StackDepotGet() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_descriptions.cc60 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.cc69 StackDepotGet(a.id).Print(); in Print()
H A Dasan_errors.cc341 StackDepotGet(stack_id1).Print(); in Print()
343 StackDepotGet(stack_id2).Print(); in Print()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_descriptions.cc62 StackDepotGet(context->stack_id).Print(); in DescribeThread()
177 StackTrace res = StackDepotGet(id); in GetStackTraceFromId()
333 StackDepotGet(reg_sites[i]).Print(); in Print()
H A Dasan_memory_profile.cc71 StackDepotGet(a.id).Print(); in Print()
H A Dasan_errors.cc343 StackDepotGet(stack_id1).Print(); in Print()
345 StackDepotGet(stack_id2).Print(); in Print()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_common.cpp503 caller_pc = GetCallerPC(StackDepotGet(stack_id)); in MarkInvalidPCCb()
793 StackTrace stack = StackDepotGet(stack_trace_id); in AddLeakedChunk()
861 StackDepotGet(leaks_[index].stack_trace_id).Print(); in PrintReportForLeak()
898 leaks_[i].stack_trace_id, StackDepotGet(leaks_[i].stack_trace_id)); in ApplySuppressions()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_common.cc484 StackDepotGet(stack_trace_id).Print(); in PrintStackTraceById()
499 StackTrace stack = StackDepotGet(m.stack_trace_id()); in CollectLeaksCb()
653 StackTrace stack = StackDepotGet(stack_trace_id); in GetSuppressionForStack()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_common.cc482 StackDepotGet(stack_trace_id).Print(); in PrintStackTraceById()
497 StackTrace stack = StackDepotGet(m.stack_trace_id()); in CollectLeaksCb()
651 StackTrace stack = StackDepotGet(stack_trace_id); in GetSuppressionForStack()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
H A Ddd_rtl.cc33 StackTrace stack = StackDepotGet(stk); in PrintStackTrace()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_debugging.cc253 StackTrace stack = StackDepotGet(b->stk); in __tsan_get_alloc_stack()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_debugging.cpp258 StackTrace stack = StackDepotGet(b->stk); in __tsan_get_alloc_stack()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_debugging.cc251 StackTrace stack = StackDepotGet(b->stk); in __tsan_get_alloc_stack()

12