Searched refs:UnwindFast (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_stacktrace_test.cpp | 35 void UnwindFast(); 112 UnwindFast(); in TEST_F() 125 UnwindFast(); in TEST_F() 137 UnwindFast(); in TEST_F() 164 UnwindFast(); in TEST_F() 173 UnwindFast(); in TEST_F() 192 UnwindFast(); in TEST_F() 202 UnwindFast(); in TEST_F() 230 UnwindFast(); in TEST_F() 247 UnwindFast(); in TEST_F() [all …]
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stacktrace_sparc.cpp | 28 void BufferedStackTrace::UnwindFast(uptr pc, uptr bp, uptr stack_top, in UnwindFast() function in __sanitizer::BufferedStackTrace
|
H A D | sanitizer_stacktrace.cpp | 97 void BufferedStackTrace::UnwindFast(uptr pc, uptr bp, uptr stack_top, in UnwindFast() function in __sanitizer::BufferedStackTrace
|
H A D | sanitizer_stacktrace.h | 147 void UnwindFast(uptr pc, uptr bp, uptr stack_top, uptr stack_bottom,
|
H A D | sanitizer_stacktrace_libcdep.cpp | 166 UnwindFast(pc, bp, stack_top, stack_bottom, max_depth); in Unwind()
|