/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_stackdepot_test.cpp | 23 u32 i1 = StackDepotPut(s1); in TEST() 36 u32 i1 = StackDepotPut(StackTrace()); in TEST() 49 u32 i1 = StackDepotPut(s1); in TEST() 50 u32 i2 = StackDepotPut(s1); in TEST() 61 u32 i1 = StackDepotPut(s1); in TEST() 64 u32 i2 = StackDepotPut(s2); in TEST() 77 u32 i1 = StackDepotPut(s1); in TEST() 80 u32 i2 = StackDepotPut(s2); in TEST() 99 ids[0] = StackDepotPut(s1); in TEST() 100 ids[1] = StackDepotPut(s2); in TEST() [all …]
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_stackdepot_test.cc | 23 u32 i1 = StackDepotPut(s1); in TEST() 36 u32 i1 = StackDepotPut(StackTrace()); in TEST() 49 u32 i1 = StackDepotPut(s1); in TEST() 50 u32 i2 = StackDepotPut(s1); in TEST() 61 u32 i1 = StackDepotPut(s1); in TEST() 64 u32 i2 = StackDepotPut(s2); in TEST() 78 ids[0] = StackDepotPut(s1); in TEST() 79 ids[1] = StackDepotPut(s2); in TEST() 80 ids[2] = StackDepotPut(s3); in TEST() 81 ids[3] = StackDepotPut(s4); in TEST()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stackdepot.h | 38 u32 StackDepotPut(StackTrace stack);
|
D | sanitizer_stackdepot.cc | 111 u32 StackDepotPut(StackTrace stack) { in StackDepotPut() function
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stackdepot.h | 37 u32 StackDepotPut(StackTrace stack);
|
D | sanitizer_stackdepot.cpp | 97 u32 StackDepotPut(StackTrace stack) { in StackDepotPut() function
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_origin.h | 103 u32 stack_id = StackDepotPut(*stack); in CreateHeapOrigin()
|
/external/compiler-rt/lib/msan/ |
D | msan_origin.h | 104 u32 stack_id = StackDepotPut(*stack); in CreateHeapOrigin()
|
/external/llvm-project/compiler-rt/lib/hwasan/ |
D | hwasan_allocator.cpp | 134 meta->alloc_context_id = StackDepotPut(*stack); in HwasanAllocate() 196 u32 free_context_id = StackDepotPut(*stack); in HwasanDeallocate()
|
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_thread.cpp | 30 stack_id = StackDepotPut(*args->stack); in OnCreated()
|
D | memprof_allocator.cpp | 585 m->alloc_context_id = StackDepotPut(*stack); in Allocate()
|
/external/llvm-project/compiler-rt/lib/tsan/dd/ |
D | dd_rtl.cpp | 28 return StackDepotPut(StackTrace(stack.trace + skip, stack.size - skip)); in CurrentStackTrace()
|
/external/compiler-rt/lib/tsan/dd/ |
D | dd_rtl.cc | 29 return StackDepotPut(StackTrace(stack.trace + skip, stack.size - skip)); in CurrentStackTrace()
|
/external/compiler-rt/lib/lsan/ |
D | lsan_allocator.cc | 76 m->stack_trace_id = StackDepotPut(stack); in RegisterAllocation()
|
D | lsan_common.cc | 393 stack_trace_id = StackDepotPut(stack); in CollectLeaksCb()
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_allocator.cpp | 479 m->SetAllocContext(t ? t->tid() : 0, StackDepotPut(*stack)); in UpdateAllocationStack() 573 m->SetAllocContext(t ? t->tid() : 0, StackDepotPut(*stack)); in Allocate() 640 m->SetFreeContext(t ? t->tid() : 0, StackDepotPut(*stack)); in QuarantineChunk()
|
D | asan_globals.cpp | 361 u32 stack_id = StackDepotPut(stack); in __asan_register_globals()
|
D | asan_thread.cpp | 32 stack_id = StackDepotPut(*args->stack); in OnCreated()
|
/external/compiler-rt/lib/asan/ |
D | asan_globals.cc | 310 u32 stack_id = StackDepotPut(stack); in __asan_register_globals()
|
D | asan_thread.cc | 38 stack_id = StackDepotPut(*args->stack); in OnCreated()
|
D | asan_allocator.cc | 422 m->alloc_context_id = StackDepotPut(*stack); in Allocate() 487 m->free_context_id = StackDepotPut(*stack); in QuarantineChunk()
|
/external/llvm-project/compiler-rt/lib/lsan/ |
D | lsan_allocator.cpp | 65 m->stack_trace_id = StackDepotPut(stack); in RegisterAllocation()
|
D | lsan_common.cpp | 526 stack_trace_id = StackDepotPut(stack); in CollectLeaksCb()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.cc | 498 u32 id = StackDepotPut( in CurrentStackId()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.cpp | 568 u32 id = StackDepotPut( in CurrentStackId()
|