Home
last modified time | relevance | path

Searched refs:frame_pc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp209 descr->frame_pc = access.frame_pc; in GetStackAddressInformation()
216 descr->frame_pc = *reinterpret_cast<uptr *>(descr->frame_pc); in GetStackAddressInformation()
218 descr->frame_pc += 16; in GetStackAddressInformation()
377 StackTrace alloca_stack(&frame_pc, 1); in Print()
H A Dasan_descriptions.h139 uptr frame_pc; member
H A Dasan_thread.cpp348 access->frame_pc = ((uptr *)bottom)[2]; in GetStackFrameAccessByAddr()
376 access->frame_pc = ptr[2]; in GetStackFrameAccessByAddr()