Home
last modified time | relevance | path

Searched refs:CurrentStackTrace (Results 1 – 3 of 3) sorted by relevance

/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp21 static u32 CurrentStackTrace(Thread *thr, uptr skip) { in CurrentStackTrace() function
64 return CurrentStackTrace(thr, 3); in Unwind()
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-internal-inl.h419 virtual std::string CurrentStackTrace(int max_depth, int skip_count) = 0;
441 std::string CurrentStackTrace(int max_depth, int skip_count) override;
H A Dgtest.cc1141 return os_stack_trace_getter()->CurrentStackTrace( in CurrentOsStackTraceExceptTop()
4971 std::string OsStackTraceGetter::CurrentStackTrace(int max_depth, int skip_count) in CurrentStackTrace() function in testing::internal::OsStackTraceGetter