Searched refs:StackDepotPut (Results 1 – 16 of 16) sorted by relevance
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_stackdepot_test.cpp | 42 u32 i1 = StackDepotPut(s1); in TEST_F() 55 u32 i1 = StackDepotPut(StackTrace()); in TEST_F() 68 u32 i1 = StackDepotPut(s1); in TEST_F() 69 u32 i2 = StackDepotPut(s1); in TEST_F() 80 u32 i1 = StackDepotPut(s1); in TEST_F() 83 u32 i2 = StackDepotPut(s2); in TEST_F() 90 u32 i1 = StackDepotPut(s1); in TEST_F() 93 u32 i2 = StackDepotPut(s2); in TEST_F() 116 idx2id[i] = StackDepotPut(s); in TEST_F() 122 CHECK_EQ(idx2id[i], StackDepotPut( in TEST_F() [all...] |
/llvm-project/compiler-rt/lib/memprof/tests/ |
H A D | rawprofile.cpp | 19 using ::__sanitizer::StackDepotPut; 31 uint32_t Id = StackDepotPut(St); in PopulateFakeMap()
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stackdepot.h | 37 u32 StackDepotPut(StackTrace stack);
|
H A D | sanitizer_stackdepot.cpp | 208 u32 StackDepotPut(StackTrace stack) { return theDepot.Put(stack); } in StackDepotPut() function
|
/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_origin.h | 103 u32 stack_id = StackDepotPut(*stack); in CreateHeapOrigin()
|
/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_stats.cpp | 45 u32 stack_id = StackDepotPut(Stack); in UpdateEntry()
|
/llvm-project/compiler-rt/lib/tsan/dd/ |
H A D | dd_rtl.cpp | 28 return StackDepotPut(StackTrace(stack.trace + skip, stack.size - skip)); in CurrentStackTrace()
|
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_thread.cpp | 80 0, detached, parent_tid, stack ? StackDepotPut(*stack) : 0, thread); in Create()
|
H A D | memprof_allocator.cpp | 480 m->alloc_context_id = StackDepotPut(*stack); in Allocate()
|
/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_allocator.cpp | 262 meta->SetAllocated(StackDepotPut(*stack), orig_size); in HwasanAllocate() 309 u32 free_context_id = StackDepotPut(*stack); in HwasanDeallocate()
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_allocator.cpp | 524 m->SetAllocContext(t ? t->tid() : kMainTid, StackDepotPut(*stack)); in UpdateAllocationStack() 610 m->SetAllocContext(t ? t->tid() : kMainTid, StackDepotPut(*stack)); in Allocate() 688 m->SetFreeContext(t ? t->tid() : 0, StackDepotPut(*stack)); in QuarantineChunk()
|
H A D | asan_globals.cpp | 432 u32 stack_id = StackDepotPut(stack); in __asan_before_dynamic_init()
|
H A D | asan_thread.cpp | 108 stack ? StackDepotPut(*stack) : 0, thread); in Create()
|
/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_allocator.cpp | 68 m->stack_trace_id = StackDepotPut(stack); in RegisterAllocation()
|
H A D | lsan_common.cpp | 964 stack_trace_id = StackDepotPut(stack); in ApplySuppressions()
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl.cpp | 909 StackID id = StackDepotPut( in CurrentStackId()
|