Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/tests/
H A Drawprofile.cpp20 using ::__sanitizer::StackDepotPut;
43 uint32_t Id = StackDepotPut(St); in PopulateFakeMap()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_origin.h103 u32 stack_id = StackDepotPut(*stack); in CreateHeapOrigin()
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp30 stack_id = StackDepotPut(*args->stack); in OnCreated()
H A Dmemprof_allocator.cpp409 m->alloc_context_id = StackDepotPut(*stack); in Allocate()
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp28 return StackDepotPut(StackTrace(stack.trace + skip, stack.size - skip)); in CurrentStackTrace()
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp241 meta->SetAllocated(StackDepotPut(*stack), orig_size); in HwasanAllocate()
288 u32 free_context_id = StackDepotPut(*stack); in HwasanDeallocate()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp65 m->stack_trace_id = StackDepotPut(stack); in RegisterAllocation()
H A Dlsan_common.cpp840 stack_trace_id = StackDepotPut(stack); in AddLeakedChunks()
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp902 StackID id = StackDepotPut( in CurrentStackId()