Searched refs:GET_CURRENT_FRAME (Results 1 – 18 of 18) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_stack.h | 40 stack.top_frame_bp = GET_CURRENT_FRAME(); \ 46 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), nullptr, \
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_stack.h | 40 stack.top_frame_bp = GET_CURRENT_FRAME(); \ 46 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), nullptr, \
|
| H A D | asan_fake_stack.cpp | 235 fs->Allocate(fs->stack_size_log(), class_id, GET_CURRENT_FRAME()); in OnMalloc() 248 fs->Allocate(fs->stack_size_log(), class_id, GET_CURRENT_FRAME()); in OnMallocAlways()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stacktrace.h | 179 uptr bp = GET_CURRENT_FRAME(); \ 190 uptr bp = GET_CURRENT_FRAME(); \
|
| H A D | sanitizer_internal_defs.h | 409 # define GET_CURRENT_FRAME() ((__sanitizer::uptr)__builtin_frame_address(0)) macro 420 # define GET_CURRENT_FRAME() \ macro 442 enable_fp = GET_CURRENT_FRAME(); \
|
| H A D | sanitizer_stacktrace_sparc.cpp | 46 uptr prev_bp = GET_CURRENT_FRAME(); in UnwindFast()
|
| H A D | sanitizer_linux.cpp | 1228 return (1ULL << (MostSignificantSetBitIndex(GET_CURRENT_FRAME()) + 1)) - 1; in GetMaxVirtualAddress()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan.h | 25 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), nullptr, fast, \
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan.h | 310 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), nullptr, \ 330 GET_STORE_STACK_TRACE_PC_BP(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME()) 339 GET_FATAL_STACK_TRACE_PC_BP(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME()) 345 (STACK)->Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), nullptr, \
|
| H A D | msan_thread.cpp | 78 const uptr cur_stack = GET_CURRENT_FRAME(); in GetStackBounds()
|
| H A D | msan.cpp | 486 GET_FATAL_STACK_TRACE_PC_BP(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME()); in CheckUnwind() 790 GET_FATAL_STACK_TRACE_PC_BP(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME()); in __sanitizer_print_stack_trace()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
| H A D | nsan_thread.cpp | 86 const uptr cur_stack = GET_CURRENT_FRAME(); in GetStackBounds()
|
| H A D | nsan.h | 58 (STACK)->Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), nullptr, \
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan.h | 144 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), \
|
| H A D | hwasan.cpp | 165 GET_FATAL_STACK_TRACE_PC_BP(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME()); in CheckUnwind() 753 GET_FATAL_STACK_TRACE_PC_BP(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME()); in __sanitizer_print_stack_trace()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tysan/ |
| H A D | tysan.cpp | 351 vmaSize = (MostSignificantSetBitIndex(GET_CURRENT_FRAME()) + 1); in TySanInitializePlatformEarly()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_platform_linux.cpp | 329 (MostSignificantSetBitIndex(GET_CURRENT_FRAME()) + 1); in InitializePlatformEarly()
|
| H A D | tsan_rtl_report.cpp | 840 uptr bp = GET_CURRENT_FRAME(); in PrintCurrentStack()
|