Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stackdepot_test.cpp42 StackTrace stack = StackDepotGet(i1); in TEST_F()
49 StackTrace stack = StackDepotGet((1 << 30) - 1); in TEST_F()
55 StackTrace stack = StackDepotGet(i1); in TEST_F()
60 StackTrace stack = StackDepotGet(0); in TEST_F()
70 StackTrace stack = StackDepotGet(i1); in TEST_F()
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_origin.h89 if (stack) *stack = StackDepotGet(stack_id); in getNextChainedOrigin()
94 return StackDepotGet(getHeapId()); in getStackTraceForHeapOrigin()
/openbsd-src/gnu/llvm/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.cpp70 StackDepotGet(a.id).Print(); in Print()
H A Dasan_errors.cpp374 StackDepotGet(stack_id1).Print(); in Print()
376 StackDepotGet(stack_id2).Print(); in Print()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp90 const StackTrace St = StackDepotGet(Id); in StackSizeBytes()
121 const StackTrace St = StackDepotGet(Id); in SerializeStackToBuffer()
H A Dmemprof_descriptions.cpp61 StackDepotGet(context->stack_id).Print(); in DescribeThread()
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_origin.h69 *stack = StackDepotGet(stack_id); in getNextChainedOrigin()
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp32 StackTrace stack = StackDepotGet(stk); in PrintStackTrace()
/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_common.cpp231 StackTrace stack = StackDepotGet(stack_trace_id); in Suppress()
838 StackTrace stack = StackDepotGet(stack_trace_id); in AddLeakedChunks()
912 StackDepotGet(leaks_[index].stack_trace_id).Print(); in PrintReportForLeak()
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp258 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()
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp100 StackTrace res = StackDepotGet(id); in GetStackTraceFromId()