Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/memprof/tests/
H A Drawprofile.cpp19 using ::__sanitizer::StackDepotPut;
31 uint32_t Id = StackDepotPut(St); in PopulateFakeMap()
/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.h37 u32 StackDepotPut(StackTrace stack);
H A Dsanitizer_stackdepot.cpp208 u32 StackDepotPut(StackTrace stack) { return theDepot.Put(stack); } in StackDepotPut() function
/src/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_origin.h103 u32 stack_id = StackDepotPut(*stack); in CreateHeapOrigin()
/src/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_stats.cpp45 u32 stack_id = StackDepotPut(Stack); in UpdateEntry()
/src/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp28 return StackDepotPut(StackTrace(stack.trace + skip, stack.size - skip)); in CurrentStackTrace()
/src/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp30 stack_id = StackDepotPut(*args->stack); in OnCreated()
H A Dmemprof_allocator.cpp479 m->alloc_context_id = StackDepotPut(*stack); in Allocate()
/src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp262 meta->SetAllocated(StackDepotPut(*stack), orig_size); in HwasanAllocate()
309 u32 free_context_id = StackDepotPut(*stack); in HwasanDeallocate()
/src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp523 m->SetAllocContext(t ? t->tid() : kMainTid, StackDepotPut(*stack)); in UpdateAllocationStack()
609 m->SetAllocContext(t ? t->tid() : kMainTid, StackDepotPut(*stack)); in Allocate()
687 m->SetFreeContext(t ? t->tid() : 0, StackDepotPut(*stack)); in QuarantineChunk()
H A Dasan_globals.cpp370 u32 stack_id = StackDepotPut(stack); in __asan_register_globals()
H A Dasan_thread.cpp33 stack_id = StackDepotPut(*args->stack); in OnCreated()
/src/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp68 m->stack_trace_id = StackDepotPut(stack); in RegisterAllocation()
H A Dlsan_common.cpp857 stack_trace_id = StackDepotPut(stack); in AddLeakedChunks()
/src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp906 StackID id = StackDepotPut( in CurrentStackId()