Home
last modified time | relevance | path

Searched refs:GetAllocStackId (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h48 inline u32 GetAllocStackId() const;
108 u32 GetAllocStackId() const;
H A Dhwasan_allocator.cpp63 u32 HwasanChunkView::GetAllocStackId() const { in GetAllocStackId() function in __hwasan::HwasanChunkView
64 return metadata_->GetAllocStackId(); in GetAllocStackId()
109 inline u32 Metadata::GetAllocStackId() const { in GetAllocStackId() function in __hwasan::Metadata
310 u32 alloc_context_id = meta->GetAllocStackId(); in HwasanDeallocate()
625 return m->GetAllocStackId(); in stack_trace_id()
H A Dhwasan_report.cpp641 result.stack_id = chunk.GetAllocStackId(); in CopyHeapChunk()
714 result.heap.stack_id = chunk.GetAllocStackId(); in FindBufferOverflowCandidate()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp38 u32 id = cv.GetAllocStackId(); in ProcessChunk()
H A Dasan_debugging.cpp58 stack = StackDepotGet(chunk.GetAllocStackId()); in AsanGetStack()
H A Dasan_descriptions.cpp166 descr->alloc_stack_id = chunk.GetAllocStackId(); in GetHeapAddressInformation()
H A Dasan_allocator.cpp954 u32 AsanChunkView::GetAllocStackId() const { in GetAllocStackId() function in __asan::AsanChunkView