Home
last modified time | relevance | path

Searched refs:getCallerBacktrace (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.cpp139 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::DebugInfo
451 return rr::getCallerBacktrace(limit); in getCallerBacktrace()
DReactorDebugInfo.hpp66 Backtrace getCallerBacktrace(size_t limit = 0);
DReactorDebugInfo.cpp50 Backtrace getCallerBacktrace(size_t limit /* = 0 */) in getCallerBacktrace() function
DLLVMReactorDebugInfo.hpp145 Backtrace getCallerBacktrace(size_t limit = 0) const;
DSubzeroReactor.cpp4550 emitPrintLocation(getCallerBacktrace()); in EmitDebugLocation()
/external/swiftshader/docs/
DReactorDebugInfo.md41 `rr::DebugInfo::EmitLocation()` calls `rr::DebugInfo::getCallerBacktrace()`,