Home
last modified time | relevance | path

Searched refs:UnwindFast (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_test.cpp35 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 Dsanitizer_stacktrace_sparc.cpp28 void BufferedStackTrace::UnwindFast(uptr pc, uptr bp, uptr stack_top, in UnwindFast() function in __sanitizer::BufferedStackTrace
H A Dsanitizer_stacktrace.cpp97 void BufferedStackTrace::UnwindFast(uptr pc, uptr bp, uptr stack_top, in UnwindFast() function in __sanitizer::BufferedStackTrace
H A Dsanitizer_stacktrace.h147 void UnwindFast(uptr pc, uptr bp, uptr stack_top, uptr stack_bottom,
H A Dsanitizer_stacktrace_libcdep.cpp166 UnwindFast(pc, bp, stack_top, stack_bottom, max_depth); in Unwind()