Home
last modified time | relevance | path

Searched refs:GetFreeStackId (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_debugging.cpp62 stack = StackDepotGet(chunk.GetFreeStackId()); in AsanGetStack()
H A Dasan_allocator.h66 u32 GetFreeStackId() const;
H A Dasan_descriptions.cpp169 descr->free_stack_id = chunk.GetFreeStackId(); in GetHeapAddressInformation()
H A Dasan_allocator.cpp906 u32 AsanChunkView::GetFreeStackId() const { in GetFreeStackId() function in __asan::AsanChunkView