Searched defs:GetAllocStackId (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/compiler-rt/lib/hwasan/ | ||
D | hwasan_allocator.cpp | 67 u32 HwasanChunkView::GetAllocStackId() const { in GetAllocStackId() function in __hwasan::HwasanChunkView |
/external/compiler-rt/lib/asan/ | ||
D | asan_allocator.cc | 684 u32 AsanChunkView::GetAllocStackId() { return chunk_->alloc_context_id; } in GetAllocStackId() function in __asan::AsanChunkView |
/external/llvm-project/compiler-rt/lib/asan/ | ||
D | asan_allocator.cpp | 918 u32 AsanChunkView::GetAllocStackId() const { in GetAllocStackId() function in __asan::AsanChunkView |