OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WillUseFastUnwind
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_stacktrace_libcdep.cc
62
if (!
WillUseFastUnwind
(request_fast_unwind)) {
sanitizer_stacktrace.h
57
static bool
WillUseFastUnwind
(bool request_fast_unwind) {
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stacktrace_test.cc
25
if (!StackTrace::
WillUseFastUnwind
(true))
140
if (StackTrace::
WillUseFastUnwind
(false))
/external/compiler-rt/lib/ubsan/
ubsan_diag.cc
39
if (StackTrace::
WillUseFastUnwind
(false))
/external/compiler-rt/lib/msan/
msan.cc
223
if (!t || !StackTrace::
WillUseFastUnwind
(request_fast_unwind)) {
Completed in 105 milliseconds