Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.hpp140 Location getCallerLocation() const;
DLLVMReactorDebugInfo.cpp92 auto location = getCallerLocation(); in DebugInfo()
443 Location DebugInfo::getCallerLocation() const in getCallerLocation() function in rr::DebugInfo
/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_diag.h43 inline SymbolizedStack *getCallerLocation(uptr CallerPC) { in getCallerLocation() function
Dubsan_handlers.cpp108 FallbackLoc.reset(getCallerLocation(Opts.pc)); in handleTypeMismatchImpl()
490 CallerLoc.reset(getCallerLocation(Opts.pc)); in handleFloatCastOverflow()
/external/compiler-rt/lib/ubsan/
Dubsan_diag.h44 inline SymbolizedStack *getCallerLocation(uptr CallerPC) { in getCallerLocation() function
Dubsan_handlers.cc63 FallbackLoc.reset(getCallerLocation(Opts.pc)); in handleTypeMismatchImpl()
375 CallerLoc.reset(getCallerLocation(Opts.pc)); in handleFloatCastOverflow()