Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_debugging.cpp57 stack = chunk.GetAllocStack(); in AsanGetStack()
Dasan_allocator.h67 StackTrace GetAllocStack() const;
Dasan_allocator.cpp934 StackTrace AsanChunkView::GetAllocStack() const { in GetAllocStack() function in __asan::AsanChunkView
/external/compiler-rt/lib/asan/
Dasan_debugging.cc92 stack = chunk.GetAllocStack(); in AsanGetStack()
Dasan_allocator.h63 StackTrace GetAllocStack();
Dasan_allocator.cc687 StackTrace AsanChunkView::GetAllocStack() { in GetAllocStack() function in __asan::AsanChunkView
Dasan_report.cc552 StackTrace alloc_stack = chunk.GetAllocStack(); in DescribeHeapAddress()