Home
last modified time | relevance | path

Searched refs:StackDepotPut (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.h37 u32 StackDepotPut(StackTrace stack);
H A Dsanitizer_stackdepot.cpp97 u32 StackDepotPut(StackTrace stack) { in StackDepotPut() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_origin.h103 u32 stack_id = StackDepotPut(*stack); in CreateHeapOrigin()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp152 meta->alloc_context_id = StackDepotPut(*stack); in HwasanAllocate()
220 u32 free_context_id = StackDepotPut(*stack); in HwasanDeallocate()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp30 stack_id = StackDepotPut(*args->stack); in OnCreated()
H A Dmemprof_allocator.cpp585 m->alloc_context_id = StackDepotPut(*stack); in Allocate()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp28 return StackDepotPut(StackTrace(stack.trace + skip, stack.size - skip)); in CurrentStackTrace()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp479 m->SetAllocContext(t ? t->tid() : kMainTid, StackDepotPut(*stack)); in UpdateAllocationStack()
573 m->SetAllocContext(t ? t->tid() : kMainTid, StackDepotPut(*stack)); in Allocate()
640 m->SetFreeContext(t ? t->tid() : 0, StackDepotPut(*stack)); in QuarantineChunk()
H A Dasan_globals.cpp361 u32 stack_id = StackDepotPut(stack); in __asan_register_globals()
H A Dasan_thread.cpp32 stack_id = StackDepotPut(*args->stack); in OnCreated()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp65 m->stack_trace_id = StackDepotPut(stack); in RegisterAllocation()
H A Dlsan_common.cpp606 stack_trace_id = StackDepotPut(stack); in CollectLeaksCb()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp604 u32 id = StackDepotPut( in CurrentStackId()