Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stackdepot_test.cpp42 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 Drawprofile.cpp19 using ::__sanitizer::StackDepotPut;
31 uint32_t Id = StackDepotPut(St); in PopulateFakeMap()
/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
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_origin.h103 u32 stack_id = StackDepotPut(*stack); in CreateHeapOrigin()
/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_stats.cpp45 u32 stack_id = StackDepotPut(Stack); in UpdateEntry()
/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp28 return StackDepotPut(StackTrace(stack.trace + skip, stack.size - skip)); in CurrentStackTrace()
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp80 0, detached, parent_tid, stack ? StackDepotPut(*stack) : 0, thread); in Create()
H A Dmemprof_allocator.cpp480 m->alloc_context_id = StackDepotPut(*stack); in Allocate()
/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()
/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp524 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 Dasan_globals.cpp432 u32 stack_id = StackDepotPut(stack); in __asan_before_dynamic_init()
H A Dasan_thread.cpp108 stack ? StackDepotPut(*stack) : 0, thread); in Create()
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp68 m->stack_trace_id = StackDepotPut(stack); in RegisterAllocation()
H A Dlsan_common.cpp964 stack_trace_id = StackDepotPut(stack); in ApplySuppressions()
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp909 StackID id = StackDepotPut( in CurrentStackId()