Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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.cpp917 u32 AsanChunkView::GetFreeStackId() const { in GetFreeStackId() function in __asan::AsanChunkView
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_allocator.h64 u32 GetFreeStackId() const;
H A Dasan_allocator.cc826 u32 AsanChunkView::GetFreeStackId() const { return chunk_->free_context_id; } in GetFreeStackId() function in __asan::AsanChunkView
833 return GetStackTraceFromId(GetFreeStackId()); in GetFreeStack()
H A Dasan_descriptions.cc169 descr->free_stack_id = chunk.GetFreeStackId(); in GetHeapAddressInformation()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_allocator.h66 u32 GetFreeStackId() const;
H A Dasan_allocator.cc828 u32 AsanChunkView::GetFreeStackId() const { return chunk_->free_context_id; } in GetFreeStackId() function in __asan::AsanChunkView
835 return GetStackTraceFromId(GetFreeStackId()); in GetFreeStack()
H A Dasan_descriptions.cc171 descr->free_stack_id = chunk.GetFreeStackId(); in GetHeapAddressInformation()