Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h89 u32 GetAllocStackId() const;
H A Dhwasan_report.cpp327 GetStackTraceFromId(chunk.GetAllocStackId()).Print(); in ShowHeapOrGlobalCandidate()
638 GetStackTraceFromId(chunk.GetAllocStackId()).Print(); in ReportTailOverwritten()
H A Dhwasan_allocator.cpp67 u32 HwasanChunkView::GetAllocStackId() const { in GetAllocStackId() function in __hwasan::HwasanChunkView
/llvm-project-15.0.7/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