Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h48 inline u32 GetAllocStackId() const;
96 u32 GetAllocStackId() const;
H A Dhwasan_allocator.cpp62 u32 HwasanChunkView::GetAllocStackId() const { in GetAllocStackId() function in __hwasan::HwasanChunkView
63 return metadata_->GetAllocStackId(); in GetAllocStackId()
105 inline u32 Metadata::GetAllocStackId() const { in GetAllocStackId() function in __hwasan::Metadata
289 u32 alloc_context_id = meta->GetAllocStackId(); in HwasanDeallocate()
569 return m->GetAllocStackId(); in stack_trace_id()
H A Dhwasan_report.cpp336 GetStackTraceFromId(chunk.GetAllocStackId()).Print(); in ShowHeapOrGlobalCandidate()
648 GetStackTraceFromId(chunk.GetAllocStackId()).Print(); in ReportTailOverwritten()
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp39 u32 id = cv.GetAllocStackId(); in ProcessChunk()
H A Dasan_debugging.cpp58 stack = StackDepotGet(chunk.GetAllocStackId()); in AsanGetStack()
H A Dasan_allocator.h65 u32 GetAllocStackId() const;
H A Dasan_descriptions.cpp166 descr->alloc_stack_id = chunk.GetAllocStackId(); in GetHeapAddressInformation()
H A Dasan_allocator.cpp899 u32 AsanChunkView::GetAllocStackId() const { in GetAllocStackId() function in __asan::AsanChunkView