Home
last modified time | relevance | path

Searched defs:CurrentStackTrace (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp21 static u32 CurrentStackTrace(Thread *thr, uptr skip) { in CurrentStackTrace() function
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc4430 std::string OsStackTraceGetter::CurrentStackTrace(int max_depth, int skip_count) in CurrentStackTrace() function in testing::internal::OsStackTraceGetter