Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp211 descr->frame_pc = access.frame_pc; in GetStackAddressInformation()
218 descr->frame_pc = *reinterpret_cast<uptr *>(descr->frame_pc); in GetStackAddressInformation()
220 descr->frame_pc += 16; in GetStackAddressInformation()
379 StackTrace alloca_stack(&frame_pc, 1); in Print()
H A Dasan_thread.h93 uptr frame_pc; member
H A Dasan_descriptions.h137 uptr frame_pc; member
H A Dasan_thread.cpp343 access->frame_pc = ((uptr *)bottom)[2]; in GetStackFrameAccessByAddr()
371 access->frame_pc = ptr[2]; in GetStackFrameAccessByAddr()