Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stackdepot_test.cpp41 u32 i1 = StackDepotPut(s1); in TEST_F()
54 u32 i1 = StackDepotPut(StackTrace()); in TEST_F()
67 u32 i1 = StackDepotPut(s1); in TEST_F()
68 u32 i2 = StackDepotPut(s1); in TEST_F()
79 u32 i1 = StackDepotPut(s1); in TEST_F()
82 u32 i2 = StackDepotPut(s2); in TEST_F()
89 u32 i1 = StackDepotPut(s1); in TEST_F()
92 u32 i2 = StackDepotPut(s2); in TEST_F()
115 idx2id[i] = StackDepotPut(s); in TEST_F()
121 CHECK_EQ(idx2id[i], StackDepotPut(s)); in TEST_F()
/llvm-project-15.0.7/compiler-rt/lib/memprof/tests/
H A Drawprofile.cpp20 using ::__sanitizer::StackDepotPut;
43 uint32_t Id = StackDepotPut(St); in PopulateFakeMap()
/llvm-project-15.0.7/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
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_origin.h103 u32 stack_id = StackDepotPut(*stack); in CreateHeapOrigin()
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp161 meta->alloc_context_id = StackDepotPut(*stack); in HwasanAllocate()
248 u32 free_context_id = StackDepotPut(*stack); in HwasanDeallocate()
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp30 stack_id = StackDepotPut(*args->stack); in OnCreated()
H A Dmemprof_allocator.cpp411 m->alloc_context_id = StackDepotPut(*stack); in Allocate()
/llvm-project-15.0.7/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp28 return StackDepotPut(StackTrace(stack.trace + skip, stack.size - skip)); in CurrentStackTrace()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_allocator.cpp468 m->SetAllocContext(t ? t->tid() : kMainTid, StackDepotPut(*stack)); in UpdateAllocationStack()
562 m->SetAllocContext(t ? t->tid() : kMainTid, StackDepotPut(*stack)); in Allocate()
629 m->SetFreeContext(t ? t->tid() : 0, StackDepotPut(*stack)); in QuarantineChunk()
H A Dasan_globals.cpp357 u32 stack_id = StackDepotPut(stack); in __asan_register_globals()
H A Dasan_thread.cpp32 stack_id = StackDepotPut(*args->stack); in OnCreated()
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp65 m->stack_trace_id = StackDepotPut(stack); in RegisterAllocation()
H A Dlsan_common.cpp794 stack_trace_id = StackDepotPut(stack); in AddLeakedChunks()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl.cpp613 StackID id = StackDepotPut( in CurrentStackId()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp899 StackID id = StackDepotPut( in CurrentStackId()