Home
last modified time | relevance | path

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

/external/compiler-rt/lib/ubsan/
Dubsan_diag.h44 inline SymbolizedStack *getCallerLocation(uptr CallerPC) { in getCallerLocation() argument
45 CHECK(CallerPC); in getCallerLocation()
46 uptr PC = StackTrace::GetPreviousInstructionPc(CallerPC); in getCallerLocation()