Searched refs:getCallerBacktrace (Results 1 – 6 of 6) sorted by relevance
139 auto const &backtrace = getCallerBacktrace(); in EmitLocation()249 auto const &backtrace = getCallerBacktrace(); in EmitVariable()445 auto backtrace = getCallerBacktrace(1); in getCallerLocation()449 Backtrace DebugInfo::getCallerBacktrace(size_t limit /* = 0 */) const in getCallerBacktrace() function in rr::DebugInfo451 return rr::getCallerBacktrace(limit); in getCallerBacktrace()
66 Backtrace getCallerBacktrace(size_t limit = 0);
50 Backtrace getCallerBacktrace(size_t limit /* = 0 */) in getCallerBacktrace() function
145 Backtrace getCallerBacktrace(size_t limit = 0) const;
4550 emitPrintLocation(getCallerBacktrace()); in EmitDebugLocation()
41 `rr::DebugInfo::EmitLocation()` calls `rr::DebugInfo::getCallerBacktrace()`,